From 6751826fdf8cb7386fb026c868a8a57c703aa8fd Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Sun, 17 Sep 2023 13:56:22 +0300 Subject: [PATCH] trigger pipeline on push Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/workflows/main.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0fa1453..b15f833 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,9 +1,11 @@ name: Test Action on: - pull_request: - types: [labeled] - + # pull_request: + # types: [labeled] + push: + branches: + - main jobs: hello-world-job: runs-on: ubuntu-latest @@ -29,4 +31,6 @@ jobs: - name: Get the output time run: | - echo The label was ${{ steps.hello.outputs.label }} + echo The label was label + +# ${{ steps.hello.outputs.label }}