mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
Merge pull request #278 from SMJSGaming/main
Added a filter to only test offsets on bindings
This commit is contained in:
commit
4a4a618b27
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-offsets.yml
vendored
3
.github/workflows/test-offsets.yml
vendored
|
@ -3,6 +3,9 @@ name: Test Offsets
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'bindings/**' # only when adjusting bindings
|
||||||
|
- 'loader/test/members/**'
|
||||||
branches:
|
branches:
|
||||||
- '**' # every branch
|
- '**' # every branch
|
||||||
- '!no-build-**' # unless marked as no-build
|
- '!no-build-**' # unless marked as no-build
|
||||||
|
|
Loading…
Reference in a new issue