Skip to content

Commit eef95f3

Browse files
authored
Merge pull request #71 from jfromaniello/rename-to-main
Rename master branch to 'main'
2 parents 5a5db30 + ea22d93 commit eef95f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
test:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)