Skip to content

Commit a2a45e6

Browse files
committed
CI: Run actions on release publish instead of created.
Should fix the "GitHub Releases requires a tag" error.
1 parent 5fbced1 commit a2a45e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
release:
7-
types: [created]
7+
types: [published]
88

99
env:
1010
MICROPYTHON_VERSION: v1.27.0

0 commit comments

Comments
 (0)