Skip to content

Commit

Permalink
Skip builds for changes to non-code files (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work authored Sep 19, 2024
1 parent b593746 commit f38d48f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-proto-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ on:
- "*.md"
- "CODEOWNERS"
- "LICENSE"
- ".clang-format"
- ".editorconfig"
- ".gitignore"
- ".hadolint.yaml"
- ".yamllint.yaml"
- ".vscode/*"
branches:
- "main"

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ on:
- "*.md"
- "CODEOWNERS"
- "LICENSE"
- ".clang-format"
- ".editorconfig"
- ".gitignore"
- ".hadolint.yaml"
- ".yamllint.yaml"
- ".vscode/*"
branches:
- "main"

Expand Down

0 comments on commit f38d48f

Please sign in to comment.