diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1882c5056..14d62a674 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: