mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -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:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'bindings/**' # only when adjusting bindings
|
||||
- 'loader/test/members/**'
|
||||
branches:
|
||||
- '**' # every branch
|
||||
- '!no-build-**' # unless marked as no-build
|
||||
|
|
Loading…
Reference in a new issue