diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 274f9c3..47bcbe6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ on: branches: - master - release/* + - wip/path-test schedule: - cron: '0 6 * * *' @@ -27,6 +28,7 @@ jobs: hello.exe audit: name: npm audit + if: false runs-on: windows-latest steps: - name: Check out source code