fix branch name

This commit is contained in:
Jeff Epler 2020-08-08 11:15:32 -05:00
parent ae128fa62f
commit 9293e6bf1f

View file

@ -23,7 +23,7 @@ jobs:
- name: build
run: |
xvfb-run make V=2 -O -j$(nproc) jekyll
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
name: publish
run: |
git config user.name "${GITHUB_ACTOR}"