[.github] cleanup workflow triggers

to reduce actual runs
This commit is contained in:
stnolting 2024-10-05 16:02:36 +02:00
parent f13cc96469
commit 1b17c6e8f2
2 changed files with 5 additions and 9 deletions

View file

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

View file

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