From d3548615335fdb758e93b43230c0554b299b704a Mon Sep 17 00:00:00 2001 From: long2ice Date: Wed, 7 Jul 2021 10:26:22 +0800 Subject: [PATCH] ci branches-ignore master --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e342f4bf..1799259ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,11 @@ name: ci -on: [ push, pull_request ] +on: + push: + branches-ignore: + - master + pull_request: + branches-ignore: + - master jobs: test: runs-on: ubuntu-20.04