Skip to content

Commit ff02277

Browse files
committed
Fix triggering of publishing workflow
1 parent 950eed2 commit ff02277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33

44
# Controls when the action will run.
55
on:
6-
create:
6+
push:
77
tags:
88
- "[0-9]+.[0-9]+.[0-9]+"
99
workflow_dispatch:

0 commit comments

Comments
 (0)