Skip to content

Commit 3a5167f

Browse files
committed
workflows/nightly: Create a new release only for master branch.
1 parent 2a1eada commit 3a5167f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ jobs:
406406
retention-days: 2
407407

408408
upload_to_release:
409+
if: github.ref_name == 'master'
409410
permissions:
410411
# We need write permission to update the nightly tag
411412
contents: write

0 commit comments

Comments
 (0)