Skip to content

Commit

Permalink
fix[build.yml]:Removed released trigger
Browse files Browse the repository at this point in the history
Limit pull_request workflow_trigger to published event to not run two pipelines
  • Loading branch information
sidey79 authored Oct 7, 2023
1 parent 703a0c1 commit 83c1e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
pull_request:
release:
types: # This configuration does not affect the page_build event above
types:
- published
- released

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 83c1e11

Please sign in to comment.