From 46ece3d8969c41b537739c733c9774ee5212cc1b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 12 Jan 2020 02:32:29 +0800 Subject: [PATCH] chore: Modify workflows config. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0496c5..38ffbb55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: GitHub Actions Deploy hotkeys-js on: push: - # branches: - # - master + branches: + - master tags: - - v3.* + - v* jobs: build-deploy: runs-on: ubuntu-18.04