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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
merge_group:
|
types: [opened]
|
||||||
push:
|
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "domains/*"
|
- "domains/*"
|
||||||
- ".github/workflows/validation.yml"
|
- ".github/workflows/validation.yml"
|
||||||
- "scripts/*"
|
- "scripts/*"
|
||||||
|
merge_group:
|
||||||
|
types: [checks_requested]
|
||||||
|
push:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}-validation
|
group: ${{ github.ref }}-validation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue