git.delta.rocks / unique-network / refs/commits / 443abbd4411c

difftreelog

Update node_build_test.yml

akaryaginUSETECH2021-03-11parent: #ba63938.patch.diff
in: master

1 file changed

modifiednode_build_test.ymldiffbeforeafterboth
3# 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 branch
6 # 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 tab
12 workflow_dispatch:11 workflow_dispatch:
1312
17 # The type of runner that the job will run on16 # The type of runner that the job will run on
18 runs-on: ubuntu-20.0417 runs-on: ubuntu-20.04
18
19 # if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
1920
20 # 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 job
21 steps:22 steps: