We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35a58a commit 73b1680Copy full SHA for 73b1680
.github/workflows/bevy_api_gen.yml
@@ -1,12 +1,10 @@
1
on:
2
- pull_request:
3
- paths:
4
- - "crates/bevy_api_gen/**"
5
push:
6
branches:
7
- - main
+ - "**"
8
paths:
9
- "crates/bevy_api_gen/**"
+ - ".github/workflows/bevy_api_gen.yml"
10
11
12
name: Check and Lint - bevy_api_gen
.github/workflows/bevy_mod_scripting.yml
@@ -1,14 +1,13 @@
- paths-ignore:
- - 'crates/bevy_api_gen/**'
- - 'crates/macro_tests/**'
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'
13
14
name: Check and Lint - bevy_mod_scripting
0 commit comments