Skip to content

Commit

Permalink
[.github] cleanup workflow triggers
Browse files Browse the repository at this point in the history
to reduce actual runs
  • Loading branch information
stnolting committed Oct 5, 2024
1 parent f13cc96 commit 1b17c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/Processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b17c6e

Please sign in to comment.