Default branch renames

This commit is contained in:
Pascal Hartig
2021-08-13 12:07:45 +01:00
parent 578d197dd6
commit ceb9d73373
5 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: yarn build
working-directory: website
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}