diff --git a/.github/ci-workflow.yml b/.github/ci-workflow.yml index 03a5d43..883d6cc 100644 --- a/.github/ci-workflow.yml +++ b/.github/ci-workflow.yml @@ -1,7 +1,14 @@ -name: Node CI +# This file wont do us much good in this location, make sure you change the path as directed to continue! -on: [push] +name: Node CI +on: + push: + # branches-ignore: + # - "ci-workflow" + # - "docker-workflow" + paths: + - "**Dockerfile**" jobs: build: runs-on: ubuntu-latest @@ -22,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-lastest, windows-2016] - node-version: [8.x, 10.x] + node-version: [10, 12] steps: - uses: actions/checkout@v1