Change release branch to testing, and bump mac and windows action to Python 3.9

This commit is contained in:
Veronica K. B. Olsen
2021-02-06 14:07:08 +01:00
parent 7302fb951e
commit 54881facf8
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: flake8
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
checkSyntax: