Skip to content

Commit

Permalink
Merge pull request #16 from StevenMaude/workflows-use-main-branch-name
Browse files Browse the repository at this point in the history
Use `main` in workflows
  • Loading branch information
StevenMaude authored Jul 29, 2022
2 parents 3567cc9 + 28b6659 commit 53b12ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
master
main
pull_request:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,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 15 * * 0'

Expand Down

0 comments on commit 53b12ee

Please sign in to comment.