infra: Sync paths-ignore with release job and attempt to fix review assign

This commit is contained in:
Mary
2023-06-13 11:51:22 +02:00
parent 5bd2c58ad6
commit 4a27d29412
2 changed files with 10 additions and 15 deletions

View File

@ -5,13 +5,12 @@ on:
inputs: {}
pull_request:
branches: [ master ]
paths:
- '!.github/**'
- '!*.yml'
- '!*.json'
- '!*.config'
- '!README.md'
- '.github/workflows/*.yml'
paths-ignore:
- '.github/**'
- '*.yml'
- '*.json'
- '*.config'
- 'README.md'
concurrency:
group: pr-checks-${{ github.event.number }}