Skip to content

Commit

Permalink
Rename master branch to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Mar 23, 2022
1 parent e29fd4c commit ea22d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea22d93

Please sign in to comment.