Skip to content

Commit b568ee7

Browse files
committed
Fix publishing workflow triggering
1 parent ada271b commit b568ee7

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
@@ -2,7 +2,7 @@
22
name: Publish
33

44
on:
5-
create:
5+
push:
66
tags:
77
- "[0-9]+.[0-9]+.[0-9]+"
88
workflow_dispatch:

0 commit comments

Comments
 (0)