difftreelog
Update node_build_test.yml
in: master
1 file changed
node_build_test.ymldiffbeforeafterboth3# Controls when the action will run. 3# Controls when the action will run. 4on:4on:5 # Triggers the workflow on push or pull request events but only for the master branch5 # Triggers the workflow on push or pull request events but only for the master branch6 # push:7 # branches: [ master ]8 pull_request:6 push:9 branches: [ master ]7 branches: [ develop ]108 # pull_request:9 # branches: [ develop ]11 # Allows you to run this workflow manually from the Actions tab10 # Allows you to run this workflow manually from the Actions tab12 workflow_dispatch:11 workflow_dispatch:131217 # The type of runner that the job will run on16 # The type of runner that the job will run on18 runs-on: ubuntu-20.0417 runs-on: ubuntu-20.041819 # if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true192020 # Steps represent a sequence of tasks that will be executed as part of the job21 # Steps represent a sequence of tasks that will be executed as part of the job21 steps:22 steps: