mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[.github] concretize workflow triggers
This commit is contained in:
parent
a8c776e999
commit
6243f05e14
2 changed files with 4 additions and 4 deletions
4
.github/workflows/Documentation.yml
vendored
4
.github/workflows/Documentation.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/Processor.yml
vendored
4
.github/workflows/Processor.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue