diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3ff6b..c74ef7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,13 @@ name: Test - -on: [push] - +on: + push: + branches: + - main + paths: + - src/** jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v1 - name: Use Node.js 16.x