Skip to content

Commit 8d5cb1d

Browse files
authored
chore(python): fix release workflow trigger (#48)
1 parent ede0be9 commit 8d5cb1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
push:
1414
branches:
1515
- main
16-
release:
17-
types: [published]
16+
release:
17+
types: [published]
1818
pull_request:
1919
workflow_dispatch:
2020

0 commit comments

Comments
 (0)