We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a70489 commit 7ac62d3Copy full SHA for 7ac62d3
.github/workflows/release.yaml
@@ -1,8 +1,9 @@
1
name: release allure python
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ tags:
6
+ - '*'
7
8
jobs:
9
deploy:
0 commit comments