Skip to content

Commit 1574845

Browse files
Changed conditions for run to the conditions used by hermes
1 parent 68f0476 commit 1574845

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
name: Upload Python Package
1010

1111
on:
12-
release:
13-
types: [published]
12+
push:
13+
branches:
14+
- main
15+
- develop
16+
tags:
17+
- 'v**'
1418

1519
permissions:
1620
contents: read

0 commit comments

Comments
 (0)