diff --git a/.github/ci-workflow.yml b/.github/ci-workflow.yml index 079deb4..e862de5 100644 --- a/.github/ci-workflow.yml +++ b/.github/ci-workflow.yml @@ -1,7 +1,11 @@ -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: + paths: + - "**Dockerfile**" jobs: build: runs-on: ubuntu-latest