Skip to content

Commit a5beef6

Browse files
committed
ci(workflows): configure GitHub Actions to run tests on develop branch instead of non-existent dev branch
1 parent c56ed9d commit a5beef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-tests.yml

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

33
on:
44
push:
5-
branches: [ main, dev, 'feature/**' ]
5+
branches: [ main, develop, 'feature/**' ]
66
pull_request:
7-
branches: [ main, dev ]
7+
branches: [ main, develop ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)