From 21b5345e9092135601ed9fea723dcf1d8506d0bb Mon Sep 17 00:00:00 2001 From: MoyuScript <i@moyu.moe> Date: Fri, 31 Jul 2020 00:57:23 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eef882..0c7ba71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,12 @@ name: CI on: push: - branches: [ master, refs/tags/* ] + branches: [ master ] + tags: + - 'test*' pull_request: branches: [ master ] - + jobs: build: runs-on: ubuntu-latest