Skip to content

Commit 6700fca

Browse files
committed
chore: update comment from test workflow
1 parent 2d33f01 commit 6700fca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/on-tag-creation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: On tag creation
22

3-
# https://github.com/orgs/community/discussions/25302
43
on:
54
workflow_dispatch:
65
push:
7-
# tags:
8-
# - '*'
6+
tags: # https://github.com/orgs/community/discussions/25302
7+
- '*'
98

109
# Kill other jobs when we trigger this workflow by sending new commits
1110
# to the PR.

0 commit comments

Comments
 (0)