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 a55b863 commit 4255c5cCopy full SHA for 4255c5c
.github/workflows/release.yaml
@@ -1,9 +1,8 @@
1
name: release allure python
2
3
on:
4
- create:
5
- tags:
6
- - '*'
+ release:
+ types: [published]
7
8
jobs:
9
deploy:
0 commit comments