Skip to content

Commit

Permalink
Another master -> main rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Jun 14, 2023
1 parent 1491850 commit 7dd2d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: go test ./...

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

0 comments on commit 7dd2d4d

Please sign in to comment.