Skip to content

Commit

Permalink
Switch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 28, 2021
1 parent e446088 commit b3c340f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish
on:
push:
branches:
- master
- main

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

jobs:
test:
Expand Down

0 comments on commit b3c340f

Please sign in to comment.