From 26de8c65ad53c882ff7bb1c43e4c8a1acc25bc5c Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 14 Aug 2021 15:57:46 +0800 Subject: [PATCH] Actions: Add github actions for CI --- .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 cc93327af..0c3163351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,13 @@ name: "CI" on: push: branches: - - * + - develop + - ?.0release - feature/* pull_request: branches: - - * + - develop + - ?.0release - feature/* jobs: