Skip to content

Commit

Permalink
fix: Main branch is called main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Néstor Salceda committed Nov 4, 2020
1 parent 43f0222 commit 10f15fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main

jobs:
build-and-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- main

jobs:
build-and-test:
Expand Down

0 comments on commit 10f15fc

Please sign in to comment.