Skip to content

Commit ccd77d6

Browse files
authored
Update rust-check-test.yml
1 parent f5bd289 commit ccd77d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: Rust check & tests
22

33
on:
44
schedule: # Run tests weekly to try to test with new dependencies versions
5-
- cron: '0 0 * * 0' # If you have a Cargo.lock remove this
5+
- cron: '0 0 * * 0' # If you have a Cargo.lock or fixed dependencies remove this
66
push:
7-
branches: [ main, master, dev, develop, '!**-nightly' ]
7+
branches: [ '*', '!**-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, '!**-nightly' ]
14+
branches: [ '*', '!**-nightly' ]
1515
paths:
1616
- '.github/workflows/rust-check-test.yml'
1717
- '**/*.rs'

0 commit comments

Comments
 (0)