File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11on :
2- pull_request :
3- paths :
4- - " crates/bevy_api_gen/**"
52 push :
63 branches :
7- - main
4+ - " ** "
85 paths :
96 - " crates/bevy_api_gen/**"
7+ - " .github/workflows/bevy_api_gen.yml"
108
119
1210name : Check and Lint - bevy_api_gen
Original file line number Diff line number Diff line change 11on :
2- pull_request :
3- paths-ignore :
4- - ' crates/bevy_api_gen/**'
5- - ' crates/macro_tests/**'
62 push :
73 branches :
8- - main
4+ - " ** "
95 paths-ignore :
106 - ' crates/bevy_api_gen/**'
117 - ' crates/macro_tests/**'
8+ - ' .github/workflows/release-plz.yml'
9+ - ' .github/workflows/bevy_api_gen.yml'
10+ - ' .github/workflows/macro_tests.yml'
1211
1312
1413name : Check and Lint - bevy_mod_scripting
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77on :
88 push :
99 branches :
10- - main
10+ - [ main, staging]
1111
1212jobs :
1313
5050 uses : actions-rs/toolchain@v1
5151 with :
5252 profile : minimal
53- toolchain : nightly-2024-05-20
53+ toolchain : nightly-2024-11-05
5454 override : true
5555 working-directory : crates/bevy_api_gen
5656 - name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments