Skip to content

Commit 34575ef

Browse files
authored
Revert "Do not run CI in PR twice (#2082)" (#2100)
This reverts commit 0cd2714.
1 parent e63fe29 commit 34575ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

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

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

105
concurrency:
116
group: ${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)