Skip to content

Run release-plz on staging too #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/bevy_api_gen.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
on:
pull_request:
paths:
- "crates/bevy_api_gen/**"
push:
branches:
- main
- "**"
paths:
- "crates/bevy_api_gen/**"
- ".github/workflows/bevy_api_gen.yml"


name: Check and Lint - bevy_api_gen
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/bevy_mod_scripting.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
on:
pull_request:
paths-ignore:
- 'crates/bevy_api_gen/**'
- 'crates/macro_tests/**'
push:
branches:
- main
- "**"
paths-ignore:
- 'crates/bevy_api_gen/**'
- 'crates/macro_tests/**'
- '.github/workflows/release-plz.yml'
- '.github/workflows/bevy_api_gen.yml'
- '.github/workflows/macro_tests.yml'


name: Check and Lint - bevy_mod_scripting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
push:
branches:
- main
- [main, staging]

jobs:

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-05-20
toolchain: nightly-2024-11-05
override: true
working-directory: crates/bevy_api_gen
- name: Install Rust toolchain
Expand Down
Loading