Merge pull request #278 from SMJSGaming/main

Added a filter to only test offsets on bindings
This commit is contained in:
mat 2023-10-01 19:15:53 -03:00 committed by GitHub
commit 4a4a618b27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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