We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f208e8a commit 1f18726Copy full SHA for 1f18726
.github/workflows/pypi.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "To be add: pack testing"
49
50
deploy:
51
- if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/v'))
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop-ui' || startsWith(github.ref, 'refs/heads/v'))
52
name: Deploy
53
needs: [build, pack]
54
runs-on: ubuntu-latest
0 commit comments