Skip to content

Commit 13bc65b

Browse files
committed
Merge branch 'main' of github.com:makspll/bevy_mod_scripting into feature/bevy-0.15
2 parents fdb15bf + 99460d1 commit 13bc65b

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/bevy_api_gen.yml

Lines changed: 2 additions & 4 deletions
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

Lines changed: 4 additions & 5 deletions
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)