We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb45aef commit 9967547Copy full SHA for 9967547
1 file changed
.github/workflows/pypi.yml
@@ -95,7 +95,7 @@ jobs:
95
url: https://test.pypi.org/project/volt-framework/
96
permissions:
97
id-token: write
98
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push'
99
100
steps:
101
- uses: actions/download-artifact@v4
0 commit comments