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