Skip to content

Commit 948bcf8

Browse files
committed
Trigger formatting check workflow on changes to formatter configuration
For the sake of efficiency, the repository's GitHub Actions workflows are configured to only run when relevant files are modified. The formatter configuration file is one such file, yet was previously omitted from the paths filter.
1 parent 6b63700 commit 948bcf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/code-formatting-check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
pull_request:
55
paths:
66
- ".github/workflows/code-formatting-check.yml"
7+
- "examples_formatter.conf"
78
- "examples_formatter.sh"
89
- "examples/**"
910
push:
1011
paths:
1112
- ".github/workflows/code-formatting-check.yml"
13+
- "examples_formatter.conf"
1214
- "examples_formatter.sh"
1315
- "examples/**"
1416

0 commit comments

Comments
 (0)