Skip to content

Commit

Permalink
Only deploy on pushes to main (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 25, 2024
1 parent 0f9850a commit 08e0fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/github-pages/jekyll/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
bundle exec jekyll build
- name: Deploy
if: github.ref == 'refs/heads/main'
# yamllint disable-line rule:line-length
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
with:
Expand Down

0 comments on commit 08e0fbb

Please sign in to comment.