Skip to content

Commit

Permalink
Use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Oct 21, 2021
1 parent 060310c commit b0cda8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: 'Code Scanning'
on:
push:
branches:
- master
- main
- '!dependabot/**'
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- main
schedule:
- cron: '0 7 * * 1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linting
on:
push:
branches:
- master
- main
- 'dependabot/**'
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing
on:
push:
branches:
- master
- main
- 'dependabot/**'
pull_request:
branches:
Expand Down

0 comments on commit b0cda8c

Please sign in to comment.