1 parent 5bede85 commit 36de622Copy full SHA for 36de622
1 file changed
.github/workflows/download-hashes.yml
@@ -322,7 +322,7 @@ jobs:
322
needs: validate-download-hashes
323
name: "Update static data with new download info"
324
runs-on: ubuntu-22.04
325
- if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
+ if: github.ref == 'refs/heads/beta' || github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
326
permissions:
327
contents: write
328
pull-requests: write
0 commit comments