Skip to content

Commit 73fe03e

Browse files
committed
workflow: change nightly default build branch
1 parent 57af771 commit 73fe03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: adriangl/check-new-commits-action@v1
2424
with:
2525
seconds: 86400 # One day in seconds
26-
branch: 'master'
26+
branch: 'master-ex'
2727

2828
- name: Cancel action if no new commits
2929
if: ${{ steps.check-new-commits.outputs.has-new-commits != 'true' }}

0 commit comments

Comments
 (0)