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 e071b70 commit 4da31f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 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 All @@ -29,3 +29,6 @@ jobs:

- uses: threeal/cmake-action@main
name: Configure and Build Project
with:
source-dir: Firmware
build-dir: Firmware/build
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 4da31f5

Please sign in to comment.