We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d9f8f commit 255fca2Copy full SHA for 255fca2
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
deploy-updatesite:
45
needs: build
46
runs-on: ubuntu-latest
47
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || github.event_name == 'release'
48
steps:
49
- name: Download build artifacts
50
uses: actions/download-artifact@v4
0 commit comments