File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- pull_request :
3
- paths :
4
- - " crates/bevy_api_gen/**"
5
2
push :
6
3
branches :
7
- - main
4
+ - " ** "
8
5
paths :
9
6
- " crates/bevy_api_gen/**"
7
+ - " .github/workflows/bevy_api_gen.yml"
10
8
11
9
12
10
name : Check and Lint - bevy_api_gen
Original file line number Diff line number Diff line change 1
1
on :
2
- pull_request :
3
- paths-ignore :
4
- - ' crates/bevy_api_gen/**'
5
- - ' crates/macro_tests/**'
6
2
push :
7
3
branches :
8
- - main
4
+ - " ** "
9
5
paths-ignore :
10
6
- ' crates/bevy_api_gen/**'
11
7
- ' crates/macro_tests/**'
8
+ - ' .github/workflows/release-plz.yml'
9
+ - ' .github/workflows/bevy_api_gen.yml'
10
+ - ' .github/workflows/macro_tests.yml'
12
11
13
12
14
13
name : Check and Lint - bevy_mod_scripting
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
7
7
on :
8
8
push :
9
9
branches :
10
- - main
10
+ - [ main, staging]
11
11
12
12
jobs :
13
13
50
50
uses : actions-rs/toolchain@v1
51
51
with :
52
52
profile : minimal
53
- toolchain : nightly-2024-05-20
53
+ toolchain : nightly-2024-11-05
54
54
override : true
55
55
working-directory : crates/bevy_api_gen
56
56
- name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments