diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f814f5906..0326fa062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,13 @@ name: CI # events but only for the master branch on: push: - branches: [ master ] + branches: + - master + - 'feature/**' pull_request: - branches: [ master ] + branches: + - master + - 'feature/**' jobs: test: