This commit is contained in:
2025-11-25 15:57:25 +03:00
parent ac0de60ec0
commit 0a31d7b7ae
2 changed files with 4 additions and 10 deletions

View File

@@ -2,13 +2,9 @@ name: "Example action"
run-name: "Start example action"
on:
# push:
# tags:
# - v*.*.*
delete:
tags:
- v*.*.*
push:
tags:
- v*.*.*
jobs:

View File

@@ -4,9 +4,7 @@ run-name: "Check Job condition"
on:
issues:
types:
- labeled
- opened
- unlabeled
- closed
jobs:
check-condition: