mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Add validation onto pull request, not just push
This commit is contained in:
parent
a4dfb3c315
commit
0f1671fe93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: Validate Schemas
|
name: Validate Schemas
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-matrix:
|
generate-matrix:
|
||||||
|
|
Loading…
Add table
Reference in a new issue