Skip to content

Commit

Permalink
update review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Mar 9, 2023
1 parent 62d34dc commit 457c0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
- '**.kicad_sch'
- '**.kicad_pcb'
- 'Makefile'
- '.github/workflows/build.yml'
- '.github/workflows/review.yml'
pull_request:
branches: [ main ]
paths:
- '**.kicad_sch'
- '**.kicad_pcb'
- 'Makefile'
- '.github/workflows/build.yml'
- '.github/workflows/review.yml'

jobs:
build:
Expand Down

0 comments on commit 457c0ef

Please sign in to comment.