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