Skip to content

Commit 854053e

Browse files
authored
Merge pull request #113 from taskiq-python/fix-trigger-for-release-pipeline
chore(ci): fix trigger for release pipeline
2 parents d303934 + ee438b6 commit 854053e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release python package
22

33
on:
4-
push:
5-
tags:
4+
release:
5+
types:
66
- released
77

88
jobs:

0 commit comments

Comments
 (0)