Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎.github/workflows/code-formatting-check.yml‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /