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 ec87592 commit cd38617Copy full SHA for cd38617
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
51
pypi-publish:
52
name: Publish streamlit-scroll-navigation to PyPI
53
- if: startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/main' # Only publish on tagged commits and on main branch
+ if: startsWith(github.ref, 'refs/tags/') # Only publish on tagged commits and on main branch
54
needs: build
55
runs-on: ubuntu-latest
56
environment:
0 commit comments