Skip to content

Commit

Permalink
Merge pull request #2 from tlsnotary/without_ring_patch
Browse files Browse the repository at this point in the history
GitHub: deploy for builds on main branch only
  • Loading branch information
heeckhau authored Dec 6, 2023
2 parents 4b2bbdf + 8ceb2d1 commit 3c48770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/yew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
deploy:
needs: build # Add a dependency to the build job

# For main branch only
if: github.ref == 'refs/heads/main'

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
Expand Down

0 comments on commit 3c48770

Please sign in to comment.