diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d7dd21..02894f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,8 @@ name: CI on: push: branches: [main, "feature/*"] + pull_request: + branches: [master, "feature/*"] workflow_dispatch: jobs: