mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[.github] cleanup workflow triggers
to reduce actual runs
This commit is contained in:
parent
f13cc96469
commit
1b17c6e8f2
2 changed files with 5 additions and 9 deletions
7
.github/workflows/Documentation.yml
vendored
7
.github/workflows/Documentation.yml
vendored
|
@ -1,13 +1,16 @@
|
|||
name: 'Documentation'
|
||||
name: Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'docs/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
doxygen:
|
||||
runs-on: ubuntu-latest
|
||||
name: 'SW Framework'
|
||||
|
|
7
.github/workflows/Processor.yml
vendored
7
.github/workflows/Processor.yml
vendored
|
@ -3,25 +3,18 @@ name: Processor
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'rtl/**'
|
||||
- 'sw/**'
|
||||
- 'sim/**'
|
||||
- '.github/workflows/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'rtl/**'
|
||||
- 'sw/**'
|
||||
- 'sim/**'
|
||||
- '.github/workflows/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Software:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue