update triggers

This commit is contained in:
Satr14 2025-04-07 06:31:18 +07:00 committed by GitHub
commit 040f4e36ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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