Skip to content

Commit

Permalink
limit running the build workflow to when there are Quartus or verilog…
Browse files Browse the repository at this point in the history
… code changes
  • Loading branch information
mbtaylor1982 committed Dec 28, 2024
1 parent 0744649 commit f5ea621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
paths:
- 'Quartus/**'
- 'RTL/**'
jobs:
build_firmware_10M02:
secrets: inherit
Expand Down

0 comments on commit f5ea621

Please sign in to comment.