forked from DGNum/infrastructure
fix(workflows): Enable meta check on PRs
This commit is contained in:
parent
93b7a242ab
commit
eb7d4169cd
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
name: Check meta
|
name: Check meta
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'meta/*'
|
- 'meta/*'
|
||||||
|
|
Loading…
Reference in a new issue