Skip to content

Commit

Permalink
Do not deploy except on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 11, 2024
1 parent e72d807 commit 8d6668a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
if: github.ref == 'refs/heads/master'
uses: actions/deploy-pages@v4

0 comments on commit 8d6668a

Please sign in to comment.