Skip to content

Commit 0cd6638

Browse files
committed
fix(ci): Fix paths order
1 parent a90e568 commit 0cd6638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ on:
2626
- "idf_component_examples/**"
2727
- "idf_component.yml"
2828
- "Kconfig.projbuild"
29-
- "CMakeLists.txt"
3029
- ".github/workflows/build_component.yml"
3130
- ".github/scripts/check-cmakelists.sh"
3231
- ".github/scripts/on-push-idf.sh"
@@ -45,6 +44,7 @@ on:
4544
- "!*.md"
4645
- "!*.txt"
4746
- "!*.properties"
47+
- "CMakeLists.txt"
4848

4949
permissions:
5050
contents: read

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ on:
3232
- "libraries/**/ci.yml"
3333
- "package/**"
3434
- "tools/get.*"
35-
- "platform.txt"
36-
- "programmers.txt"
3735
- "package.json"
3836
- ".github/workflows/push.yml"
3937
- ".github/scripts/install-*"
@@ -51,6 +49,8 @@ on:
5149
- "!*.md"
5250
- "!*.txt"
5351
- "!*.properties"
52+
- "platform.txt"
53+
- "programmers.txt"
5454

5555
concurrency:
5656
group: build-${{github.event.pull_request.number || github.ref}}

0 commit comments

Comments
 (0)