diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aa473e..5bfd0ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI # Name of the workflow on: push: branches: - - '*' + - feat/OPS-31 pull_request: branches: - devel