Skip to content

Commit 36de622

Browse files
committed
run pr on beta branch
1 parent 5bede85 commit 36de622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/download-hashes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
needs: validate-download-hashes
323323
name: "Update static data with new download info"
324324
runs-on: ubuntu-22.04
325-
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
325+
if: github.ref == 'refs/heads/beta' || github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
326326
permissions:
327327
contents: write
328328
pull-requests: write

0 commit comments

Comments
 (0)