From 282f944271bf9595a654f8a9cfc2d552b9ead848 Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 21 Jan 2021 02:05:05 +0100 Subject: [PATCH] update pipeline --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2d1dc..ddb827d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ on: push: branches: - master - - /^feature/$/ + - feature/** pull_request: branches: - master - - /^feature/$/ + - feature/** jobs: clang_tests: