diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e370466..0a09ceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,18 +5,18 @@ on: branches: [ master, main ] pull_request: - branches: [ master, main, next, beta, "*.x" ] + branches: [ master, main, next, beta, '*.x' ] schedule: - cron: '0 2 * * *' - workflow_dispatch: + workflow_dispatch: {} jobs: Job: name: Node.js uses: artusjs/github-actions/.github/workflows/node-test.yml@master - # pass these inputs only if you need to custom + # 支持以下自定义配置,一般用默认值即可 # with: # os: 'ubuntu-latest, macos-latest, windows-latest' # version: '16, 18'