From 655d633dc8cdb3dce737d87eb1389ca161a28447 Mon Sep 17 00:00:00 2001 From: ruanwenjun Date: Mon, 7 Mar 2022 16:25:21 +0800 Subject: [PATCH] [Enhancement] Run CI on all branch --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6a99ee7d3..4f13a2aab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,16 +21,9 @@ name: "Continuous Integration" on: push: - branches: - - develop - - master - - '[0-9]+.[0-9]+.[0-9]+**' + branches: ['*'] pull_request: - branches: - - develop - - master - - '[0-9]+.[0-9]+.[0-9]+**' - workflow_dispatch: + branches: [ '*' ] jobs: build: