Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
We switched the default branch from `master` to `main` quite a while
ago. Unfortunately, one GitHub Actions workflow did not get updated.
This patch updates the branch name.
  • Loading branch information
lkiesow committed May 16, 2024
1 parent 14ebf57 commit 7870147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CodeQL

on:
push:
branches: master
branches: main
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches:
- main
schedule:
- cron: '0 14 * * 0'

Expand Down

0 comments on commit 7870147

Please sign in to comment.