Skip to content

Commit 255fca2

Browse files
committed
ci: deploy update site on release events
1 parent 43d9f8f commit 255fca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
deploy-updatesite:
4545
needs: build
4646
runs-on: ubuntu-latest
47-
if: github.ref == 'refs/heads/main'
47+
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
4848
steps:
4949
- name: Download build artifacts
5050
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)