mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
trigger pipeline on push
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
5c05cd5a1d
commit
6751826fdf
12
.github/workflows/main.yaml
vendored
12
.github/workflows/main.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user