Skip to content

Commit

Permalink
FAST - trigger GitHub workflow also on PR synchronize event (#702)
Browse files Browse the repository at this point in the history
Add synchronize to the pull_request trigger so that the workflow is also run when the source branch is updated.
  • Loading branch information
mgfeller committed Jun 27, 2022
1 parent 5aebd2c commit df9bdc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fast/assets/templates/workflow-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
types:
- closed
- opened
- synchronize

env:
FAST_OUTPUTS_BUCKET: ${outputs_bucket}
Expand Down

0 comments on commit df9bdc2

Please sign in to comment.