Skip to content

Commit

Permalink
Merge pull request #5 from hayschan/master
Browse files Browse the repository at this point in the history
Update Compile Action Paths for Version-Specific Workflows
  • Loading branch information
MathewHDYT authored Jan 3, 2024
2 parents 0a88519 + 1d12ef6 commit 6ef6a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/espidf-compile-v4.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Compile ESP-IDF Sketches for v4.4
on:
pull_request:
paths:
- ".github/workflows/espidf-compile.yml"
- ".github/workflows/espidf-compile-v*.yml"
- "examples/**"
- "src/**"
push:
paths:
- ".github/workflows/espidf-compile.yml"
- ".github/workflows/espidf-compile-v*.yml"
- "examples/**"
- "src/**"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/espidf-compile-v5.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Compile ESP-IDF Sketches for v5.1
on:
pull_request:
paths:
- ".github/workflows/espidf-compile.yml"
- ".github/workflows/espidf-compile-v*.yml"
- "examples/**"
- "src/**"
push:
paths:
- ".github/workflows/espidf-compile.yml"
- ".github/workflows/espidf-compile-v*.yml"
- "examples/**"
- "src/**"
workflow_dispatch:
Expand Down

0 comments on commit 6ef6a84

Please sign in to comment.