Skip to content

Commit 7ac62d3

Browse files
authored
Fix release action
1 parent 1a70489 commit 7ac62d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: release allure python
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- '*'
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)