From b90bed2c7d955821b73169d49c325bb326a7d312 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 18 Dec 2019 16:52:20 +0100 Subject: [PATCH] Sync cicd.yml with master --- .github/workflows/cicd.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5e1e5aa6bb..40acbc44f3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,6 +1,12 @@ --- name: CI/CD -on: [push, pull_request] +on: + push: + branches: + - master + - 'WIP**' + - '4.*' + pull_request: jobs: build: name: Build and test