Skip to content

Commit 73b1680

Browse files
committed
optimize workflows a bit
1 parent c35a58a commit 73b1680

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
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

0 commit comments

Comments
 (0)