Skip to content

Commit 1f18726

Browse files
committed
update pypi workflow
1 parent f208e8a commit 1f18726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "To be add: pack testing"
4949
5050
deploy:
51-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/v'))
51+
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop-ui' || startsWith(github.ref, 'refs/heads/v'))
5252
name: Deploy
5353
needs: [build, pack]
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)