Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed May 11, 2024
1 parent 4da31f5 commit a024159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firmware_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
tags:
- "*"
paths:
- ".github/"
- ".github/**"
pull_request:
paths:
- "Firmware/"
- "Firmware/**"

jobs:
cmake:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hardware_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
tags:
- "*"
paths:
- ".github/"
- ".github/**"
pull_request:
paths:
- "Hardware/"
- "Hardware/**"

jobs:
KiCad_Hardware:
Expand Down

0 comments on commit a024159

Please sign in to comment.