mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-03-28 14:56:22 +01:00
GitHub Actions: build PR's
This commit is contained in:
parent
4d7a4bff7f
commit
dc7ac9a0e1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/autobuild.yml
vendored
3
.github/workflows/autobuild.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue