Skip to content

Commit

Permalink
Run all of the CI except for Docker builds on any change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmz committed May 21, 2024
1 parent d72919e commit 53486af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: "CodeQL"

on:
push:
branches: [ 'master' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'master' ]
types: [ opened, reopened, synchronize ]
schedule:
- cron: '6 13 * * 4'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint

on:
push:
branches: [ $default-branch ]
pull_request:
types: [ opened, reopened, synchronize ]

Expand Down

0 comments on commit 53486af

Please sign in to comment.