Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rniwase committed Jan 4, 2024
1 parent 1a04ca0 commit 6b399cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'examples/**'
- '.github/workflows/build-examples.yml'
pull_request:
paths:
- 'examples/**'
- '.github/workflows/build-examples.yml'

jobs:
build-examples:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-pcb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ on:
push:
paths:
- 'pcb/**'
- '.github/workflows/check-pcb.yml'
pull_request:
paths:
- 'pcb/**'
- '.github/workflows/check-pcb.yml'

jobs:
check-pcb:
runs-on: ubuntu-22.04
container:
image: kicad/kicad:nightly
options: --user root
steps:
# Checkout repository
- name: Checkout
Expand Down

0 comments on commit 6b399cb

Please sign in to comment.