We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f49cef commit bfb2262Copy full SHA for bfb2262
.github/workflows/main.yml
@@ -1,5 +1,8 @@
1
name: CI-Python
2
on:
3
+ push:
4
+ tags:
5
+ - '*'
6
workflow_dispatch:
7
8
jobs:
0 commit comments