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: