Skip to content

Commit

Permalink
Merge pull request #71 from jfromaniello/rename-to-main
Browse files Browse the repository at this point in the history
Rename master branch to 'main'
  • Loading branch information
jfromaniello authored Mar 23, 2022
2 parents 5a5db30 + ea22d93 commit eef95f3
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 eef95f3

Please sign in to comment.