Skip to content

Commit f301f94

Browse files
committed
➕ Add path to ignore by GitHub action workflows which for testing deployment.
1 parent a5d8f8b commit f301f94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_gh_reusable_workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "release/**"
1010
- "master"
1111
paths-ignore:
12+
- ".github/dependabot.yaml"
1213
- ".gitcommitrules"
1314
- ".gitignore"
1415
- "LICENSE"
@@ -22,6 +23,7 @@ on:
2223
- "release/**"
2324
- "master"
2425
paths-ignore:
26+
- ".github/dependabot.yaml"
2527
- ".gitcommitrules"
2628
- ".gitignore"
2729
- "LICENSE"

0 commit comments

Comments
 (0)