diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 1e45e71..347166e 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -5,9 +5,9 @@ name: PR-checks on: push: - branches: ['develop'] + branches: ['develop','feature/CB2-10193'] pull_request: - branches: ['develop'] + branches: ['develop','feature/CB2-10193'] jobs: build-test: