Skip to content

Commit

Permalink
Only trigger web build from releases on master
Browse files Browse the repository at this point in the history
Should fix the website deploying from every PR
  • Loading branch information
LucasPickering committed Nov 3, 2024
1 parent d34ba59 commit f886110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ on:
workflows: ["Release"]
types:
- completed
# Every PR runs the first step of the Release workflow. Without thsi branch
branches: [master]

# Run manually
workflow_dispatch:
Expand Down

0 comments on commit f886110

Please sign in to comment.