Skip to content

Commit

Permalink
skip build/test and codeql on markdown changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 20, 2024
1 parent 8c3a6b3 commit 2bdbe1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- main
paths-ignore:
- 'README.md'
- '**/**.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
- '**/**.md'
- 'docs/**'

permissions:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on:
branches:
- main
paths-ignore:
- 'README.md'
- '**/**.md'
- 'docs/**'
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
paths-ignore:
- 'README.md'
- '**/**.md'
- 'docs/**'

permissions:
Expand Down

0 comments on commit 2bdbe1f

Please sign in to comment.