Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
prescientmoon committed Nov 15, 2023
1 parent a89fa4c commit 9303787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9303787

Please sign in to comment.