There was an error while loading. Please reload this page.
1 parent c56ed9d commit a5beef6Copy full SHA for a5beef6
1 file changed
.github/workflows/python-tests.yml
@@ -2,9 +2,9 @@ name: Python Tests
2
3
on:
4
push:
5
- branches: [ main, dev, 'feature/**' ]
+ branches: [ main, develop, 'feature/**' ]
6
pull_request:
7
- branches: [ main, dev ]
+ branches: [ main, develop ]
8
9
jobs:
10
test:
0 commit comments