We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8498ace commit 9545c75Copy full SHA for 9545c75
.github/workflows/pyinstaller-package.yml
@@ -1,8 +1,9 @@
1
name: Pyinstaller package
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ tags:
6
+ - 'v*'
7
8
jobs:
9
build:
0 commit comments