Skip to content

Commit bea7fbc

Browse files
authored
Update nightly.yml
1 parent 2fc6438 commit bea7fbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9+
branch: develop
910

1011
jobs:
1112
create_release:
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4
16+
with:
17+
ref: ${{ env.branch }}
1518
- name: Run build
1619
run: |
1720
cargo build --verbose --release

0 commit comments

Comments
 (0)