Skip to content

Commit a6c72d9

Browse files
committed
ci(Continuous-Integration): add .github to paths-ignore
except when it is modified. This will avoid to launch it when only other actions modified. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 621d759 commit a6c72d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/Continuous-Integration.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
paths-ignore:
7+
- .github/**
8+
- '!.github/workflows/Continuous-Integration.yml'
79
- '*.json'
810
- '**.md'
911
- keywords.txt
@@ -15,6 +17,8 @@ on:
1517
- '!tools/platformio-build.py'
1618
pull_request:
1719
paths-ignore:
20+
- .github/**
21+
- '!.github/workflows/Continuous-Integration.yml'
1822
- '*.json'
1923
- '**.md'
2024
- keywords.txt

0 commit comments

Comments
 (0)