[.github] concretize workflow triggers

This commit is contained in:
stnolting 2024-10-06 00:48:07 +02:00
parent a8c776e999
commit 6243f05e14
2 changed files with 4 additions and 4 deletions

View file

@ -4,11 +4,11 @@ on:
push:
paths:
- 'docs/**'
- '.github/workflows/**'
- '.github/workflows/Documentation.yml'
pull_request:
paths:
- 'docs/**'
- '.github/workflows/**'
- '.github/workflows/Documentation.yml'
workflow_dispatch:
jobs:

View file

@ -6,13 +6,13 @@ on:
- 'rtl/**'
- 'sw/**'
- 'sim/**'
- '.github/workflows/**'
- '.github/workflows/Processor.yml'
pull_request:
paths:
- 'rtl/**'
- 'sw/**'
- 'sim/**'
- '.github/workflows/**'
- '.github/workflows/Processor.yml'
workflow_dispatch:
jobs: