diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb1af3b77..1baf4bc553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ name: TileDB Python CI -on: [push, pull_request, workflow_dispatch] +on: + push: + branches: [dev] + pull_request: + branches: [dev] + workflow_dispatch: concurrency: group: ${{ github.head_ref || github.run_id }}