Skip to content

Commit

Permalink
chore: only run cad export on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmitty committed Jul 1, 2024
1 parent fbd7424 commit 4128dec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/export.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
paths:
- '**.kicad_pcb'
pull_request:
branches:
- main
paths:
- '**.kicad_pcb'

Expand Down Expand Up @@ -102,7 +101,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 4128dec

Please sign in to comment.