Skip to content

CD-5161 - Add support to only scan PR files #14

CD-5161 - Add support to only scan PR files

CD-5161 - Add support to only scan PR files #14

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and master branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run all