Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
Signed-off-by: Collin McNeese <collinmcneese@github.com>
  • Loading branch information
collinmcneese committed Jan 6, 2023
1 parent 7f3fbf3 commit 545b387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- main
paths-ignore:
- '**.md'
- '.github/workflows/codeql.yml'
push:
paths-ignore:
- '**.md'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
paths-ignore:
- '**.md'
schedule:
- cron: '32 20 * * 4'

Expand Down

0 comments on commit 545b387

Please sign in to comment.