Skip to content

Commit

Permalink
Update branch master to main in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Apr 27, 2024
1 parent cde76f8 commit e6ccc5b
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: build
on:
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, reopened ]
paths-ignore:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.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" ]
types: [ opened, synchronize, reopened ]
paths-ignore:
- '**/*.md'
Expand Down

0 comments on commit e6ccc5b

Please sign in to comment.