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

Commit

Permalink
Deploy when changes are made to the main branch
Browse files Browse the repository at this point in the history
instead of the master branch
  • Loading branch information
engineervix committed Dec 21, 2023
1 parent cae9aa9 commit 829ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

deploy:
needs: build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 829ca80

Please sign in to comment.