test only this branch

This commit is contained in:
Alexei Lozovsky
2021-03-07 13:51:40 +09:00
parent aa2e60900e
commit cdfca13739
+2
View File
@@ -6,6 +6,7 @@ on:
branches: branches:
- master - master
- release/* - release/*
- wip/path-test
schedule: schedule:
- cron: '0 6 * * *' - cron: '0 6 * * *'
@@ -27,6 +28,7 @@ jobs:
hello.exe hello.exe
audit: audit:
name: npm audit name: npm audit
if: false
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Check out source code - name: Check out source code