From cdfca1373952012706a4e9af7ad9309832ac0b6b Mon Sep 17 00:00:00 2001 From: Alexei Lozovsky Date: Sun, 7 Mar 2021 13:51:40 +0900 Subject: [PATCH] test only this branch --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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