We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84392f commit f8ebebfCopy full SHA for f8ebebf
1 file changed
.github/workflows/main.yml
@@ -121,7 +121,7 @@ jobs:
121
url: ${{ steps.deployment.outputs.page_url }}
122
runs-on: ubuntu-latest
123
needs: build
124
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/')
125
steps:
126
- name: Download Artifacts
127
uses: actions/download-artifact@v6
0 commit comments