Skip to content

Commit 3ce6d0e

Browse files
committed
chore: only on tags
1 parent 4114d99 commit 3ce6d0e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/handleRelease.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: "Handle release"
22

3-
# any branch is useful for testing before a PR is submitted
3+
44
on:
5-
workflow_run:
6-
workflows:
7-
- "Docker"
5+
push:
6+
tags:
7+
- 'v*.*.*'
8+
# allow manual triggering of the workflow
9+
workflow_dispatch:
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)