forked from sirius/actions-laba-1
Compare commits
2 Commits
ac0de60ec0
...
ebf8e91ca1
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf8e91ca1 | |||
| 0a31d7b7ae |
@@ -2,13 +2,9 @@ name: "Example action"
|
||||
run-name: "Start example action"
|
||||
|
||||
on:
|
||||
# push:
|
||||
# tags:
|
||||
# - v*.*.*
|
||||
|
||||
delete:
|
||||
tags:
|
||||
- v*.*.*
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -4,9 +4,8 @@ run-name: "Check Job condition"
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- closed
|
||||
- labeled
|
||||
- opened
|
||||
- unlabeled
|
||||
|
||||
jobs:
|
||||
check-condition:
|
||||
|
||||
Reference in New Issue
Block a user