Skip to content

Commit 0cd2714

Browse files
authored
Do not run CI in PR twice (#2082)
1 parent c131f4d commit 0cd2714

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: TileDB Python CI
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
branches: [dev]
6+
pull_request:
7+
branches: [dev]
8+
workflow_dispatch:
49

510
concurrency:
611
group: ${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)