Skip to content

Commit

Permalink
Don't run build action on every PR (#898)
Browse files Browse the repository at this point in the history
Merged this accidentally. FYI, the `workflow_dispatch` event means you
can already trigger this workflow manually for a PR via the actions
page.
  • Loading branch information
RobbeSneyders authored Mar 7, 2024
1 parent 516ad38 commit a2f23b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
pull_request:
workflow_dispatch:

env:
Expand Down

0 comments on commit a2f23b7

Please sign in to comment.