Skip to content

Commit 6371c67

Browse files
committed
Updated release workflow policy.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 8320512 commit 6371c67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Release python package
22

33
on:
4-
workflow_run:
5-
workflows: [Test]
6-
types: [completed]
4+
push:
5+
tags:
6+
- "*"
77

88
jobs:
99
publish:
10-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1110
runs-on: ubuntu-latest
1211

1312
steps:

0 commit comments

Comments
 (0)