Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dforbes09 authored Dec 21, 2023
1 parent 22541ef commit d5b14d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ on:
# - cron: '19 1 * * 0'
# ignore workflow kicking off when specific files or folders are updated
#GLob pattern syntax: https://www.malikbrowne.com/blog/a-beginners-guide-glob-patterns/
paths-ignore:
- "**/*.md"
paths:
- '!**/*.md' # '!' means exclude
- '**/SECURITY.md' # When Security.md file updates trigger workflow

jobs:
analyze:
Expand Down

0 comments on commit d5b14d1

Please sign in to comment.