We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1491850 commit 7dd2d4dCopy full SHA for 7dd2d4d
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
run: go test ./...
48
49
- name: publish gh-pages
50
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push'
51
run: |
52
git config --local user.email "$(git log --format='%ae' HEAD^!)"
53
git config --local user.name "$(git log --format='%an' HEAD^!)"
0 commit comments