From 443abbd4411c6df27f0aa6197729cecaf70e54e8 Mon Sep 17 00:00:00 2001 From: akaryaginUSETECH <74534681+akaryaginUSETECH@users.noreply.github.com> Date: Thu, 11 Mar 2021 01:10:30 +0000 Subject: [PATCH] Update node_build_test.yml --- --- a/node_build_test.yml +++ b/node_build_test.yml @@ -3,11 +3,10 @@ # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch - # push: - # branches: [ master ] - pull_request: - branches: [ master ] - + push: + branches: [ develop ] + # pull_request: + # branches: [ develop ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -17,6 +16,8 @@ # The type of runner that the job will run on runs-on: ubuntu-20.04 + # if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true + # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it -- gitstuff