Skip to content

Commit

Permalink
Merge pull request #4 from 5Tsrl/fix_header
Browse files Browse the repository at this point in the history
fix deploy pages only main
  • Loading branch information
GabrieleLabanca authored Jun 18, 2024
2 parents 60a10a1 + cc16def commit d6d13a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit d6d13a0

Please sign in to comment.