Fix github-pages not running reploying from main
This commit is contained in:
parent
05e2528311
commit
27c6ce13c9
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
|
|
Loading…
Reference in a new issue