1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57:46 +00:00

Add validation onto pull request, not just push

This commit is contained in:
Liam 2023-11-22 00:02:22 -05:00
parent a4dfb3c315
commit 0f1671fe93

View file

@ -1,5 +1,5 @@
name: Validate Schemas
on: [push]
on: [push, pull_request]
jobs:
generate-matrix: