Add ability to trigger packages generation on PRs #43
Reference in New Issue
Block a user
Delete Branch "v-mazhuk/add-pull-request-event-trigger"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
We've added logic to run the
build-node-packages.ymlworkflow when thepull_requestevent occurs.Details:
opened,synchronize, orreopened.14.0.0version of Node.js for workflow runs onpull_requestevent.pull_request.pull_requestevent will be added as a PR check:We have also updated version of the
setup-nodeaction fromv2.1.1tov2.1.2.