Change the branching model (#827)
* Update workflows and add requirements-dev.txt * Remove codecov from dev requirements * Update readme and contributing guide * Update PR template
This commit is contained in:
committed by
GitHub
parent
6890b278ea
commit
fb5347b8e4
@@ -2,9 +2,11 @@ name: flake8
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, testing, dev ]
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches: [ main, testing, dev ]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
checkSyntax:
|
||||
|
||||
Reference in New Issue
Block a user