Skip to content

Commit

Permalink
Change "master" to "main" in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Nov 29, 2020
1 parent 897abbc commit dd34910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check
on:
push:
branches:
- "master"
- "main"
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- "master"
- "main"
pull_request:

jobs:
Expand Down

0 comments on commit dd34910

Please sign in to comment.