fix branch name
This commit is contained in:
parent
ae128fa62f
commit
9293e6bf1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue