Skip to content

Commit

Permalink
fix test actions to not run for any docs-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 21, 2024
1 parent f25fc99 commit 46050b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'docs/**'
pull_request:
branches:
- main
- "*"
paths-ignore:
- '**/**.md'
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'docs/**'
pull_request:
branches:
- main
- "*"
paths-ignore:
- '**/**.md'
- 'docs/**'
Expand Down

0 comments on commit 46050b6

Please sign in to comment.