Skip to content

Commit 7dd2d4d

Browse files
committed
Another master -> main rename
1 parent 1491850 commit 7dd2d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: go test ./...
4848

4949
- name: publish gh-pages
50-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
50+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5151
run: |
5252
git config --local user.email "$(git log --format='%ae' HEAD^!)"
5353
git config --local user.name "$(git log --format='%an' HEAD^!)"

0 commit comments

Comments
 (0)