Skip to content

Commit 0321cf6

Browse files
authored
Merge pull request #27 from tidesdb/ci-correction
ci branch corrections
2 parents a711fe4 + a21cd39 commit 0321cf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test TidesDB Python Bindings
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ master ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)