Skip to content

Commit 99460d1

Browse files
authored
Run release-plz on staging too (#140)
* run release-plz on staging too * optimize workflows a bit
1 parent 11b3dea commit 99460d1

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/workflows/bevy_api_gen.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
on:
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

1210
name: Check and Lint - bevy_api_gen

.github/workflows/bevy_mod_scripting.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
on:
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

1413
name: Check and Lint - bevy_mod_scripting

.github/workflows/release-plz.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
push:
99
branches:
10-
- main
10+
- [main, staging]
1111

1212
jobs:
1313

@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)