forked from sirius/actions-laba-1
Add test.txt
This commit is contained in:
@@ -2,9 +2,17 @@ name: "Example condition"
|
|||||||
run-name: "Check Job condition"
|
run-name: "Check Job condition"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
# issues:
|
||||||
types:
|
# types:
|
||||||
- labeled
|
# - labeled
|
||||||
|
# - opened
|
||||||
|
# - unlabeled
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
paths:
|
||||||
|
- ./test.txt
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-condition:
|
check-condition:
|
||||||
|
|||||||
Reference in New Issue
Block a user