Skip to content

Commit c2cf953

Browse files
authored
Update rust-check-test.yml
1 parent 7f3c9e3 commit c2cf953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-check-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
schedule: # Run tests weekly to try to test with new dependencies versions
55
- cron: '0 0 * * 0' # If you have a Cargo.lock remove this
66
push:
7-
branches: [ main, master, dev, develop ]
7+
branches: [ main, master, dev, develop, '!**-nightly' ]
88
paths:
99
- '.github/workflows/rust-check-test.yml'
1010
- '**/*.rs'
1111
- '**/Cargo.toml'
1212
- '**/Cargo.lock'
1313
pull_request:
14-
branches: [ main, master, dev, develop ]
14+
branches: [ main, master, dev, develop, '!**-nightly' ]
1515
paths:
1616
- '.github/workflows/rust-check-test.yml'
1717
- '**/*.rs'

0 commit comments

Comments
 (0)