Skip to content

Commit

Permalink
chore: only run date updates on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmitty committed Jul 1, 2024
1 parent 94e70ea commit d249b6a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/kicad-dates.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
on:
push:
paths:
- '*.kicad_sch'
- '*.kicad_pcb'
pull_request:
branches:
- main
paths:
- '*.kicad_sch'
- '*.kicad_pcb'
Expand All @@ -19,7 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- name: Get changed PCB files
Expand Down

0 comments on commit d249b6a

Please sign in to comment.