Skip to content

Commit e86d99d

Browse files
authored
Merge pull request #79 from palfrey/wrong-branch-name
Main branch name is master, not main
2 parents 37e6910 + b2747f0 commit e86d99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- main
4+
- master
55
pull_request:
66

77
name: Continuous integration

0 commit comments

Comments
 (0)