mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
update triggers
This commit is contained in:
parent
2cdd78e148
commit
040f4e36ef
1 changed files with 4 additions and 2 deletions
6
.github/workflows/validation.yml
vendored
6
.github/workflows/validation.yml
vendored
|
|
@ -3,13 +3,15 @@ name: Validation
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
merge_group:
|
||||
push:
|
||||
types: [opened]
|
||||
branches: [main]
|
||||
paths:
|
||||
- "domains/*"
|
||||
- ".github/workflows/validation.yml"
|
||||
- "scripts/*"
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
push:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-validation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue