mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +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
|
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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user