mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Update validate.yml
This commit is contained in:
parent
15bb025768
commit
cd6ec5f91b
1 changed files with 9 additions and 1 deletions
8
.github/workflows/validate.yml
vendored
8
.github/workflows/validate.yml
vendored
|
@ -4,6 +4,14 @@ on:
|
|||
repository_dispatch:
|
||||
types: [version-pr, version-push]
|
||||
|
||||
permissions:
|
||||
statuses: write
|
||||
pull-requests: write
|
||||
issues: write
|
||||
discussions: write
|
||||
contents: write
|
||||
checks: write
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.event.client_payload.head_ref}}
|
||||
cancel-in-progress: true
|
||||
|
|
Loading…
Add table
Reference in a new issue