trigger pipeline on push

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 13:56:22 +03:00
parent 5c05cd5a1d
commit 6751826fdf
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -1,9 +1,11 @@
name: Test Action name: Test Action
on: on:
pull_request: # pull_request:
types: [labeled] # types: [labeled]
push:
branches:
- main
jobs: jobs:
hello-world-job: hello-world-job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -29,4 +31,6 @@ jobs:
- name: Get the output time - name: Get the output time
run: | run: |
echo The label was ${{ steps.hello.outputs.label }} echo The label was label
# ${{ steps.hello.outputs.label }}