Merge pull request #31 from Splendide-Imaginarius/mkxp-z-actions-pr

GitHub Actions: build PR's
This commit is contained in:
Splendide Imaginarius 2023-10-09 04:42:06 +00:00 committed by GitHub
commit 0da5cbb4da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@ on:
push:
branches: ['dev', 'autobuild']
paths-ignore: ['*.md', '*.json', '*.png']
pull_request:
branches: ['dev', 'autobuild']
paths-ignore: ['*.md', '*.json', '*.png']
jobs:
build-windows: