Fix github-pages not running reploying from main

This commit is contained in:
prescientmoon 2024-10-12 16:31:54 +02:00
parent 05e2528311
commit 27c6ce13c9
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -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