Skip to content

Commit

Permalink
CI: Don't run build editor checks for .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Dec 13, 2022
1 parent 053ad0f commit a472f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/all_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "!LICENSE"
- "!.scripts/clang_format.sh"
- "!.github/**"
- "!.vscode/**"
- ".github/actions/**"
- ".github/workflows/all_builds.yml"
pull_request:
Expand All @@ -16,6 +17,7 @@ on:
- "!LICENSE"
- "!.scripts/clang_format.sh"
- "!.github/**"
- "!.vscode/**"
- ".github/actions/**"
- ".github/workflows/all_builds.yml"

Expand Down

0 comments on commit a472f97

Please sign in to comment.