This commit is contained in:
2025-11-25 15:36:59 +03:00
parent 2e2bd2dc1f
commit ac0de60ec0
2 changed files with 28 additions and 3 deletions

View File

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