Skip to content

Commit

Permalink
Use main instead of master as the name for the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus authored Jul 4, 2020
1 parent d0904f0 commit d8313ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit d8313ba

Please sign in to comment.