Skip to content

Commit

Permalink
Merge branch 'main' of github.com:makspll/bevy_mod_scripting into fea…
Browse files Browse the repository at this point in the history
…ture/bevy-0.15
  • Loading branch information
makspll committed Nov 9, 2024
2 parents fdb15bf + 99460d1 commit 13bc65b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
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
2 changes: 1 addition & 1 deletion .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

0 comments on commit 13bc65b

Please sign in to comment.