Skip to content

Commit

Permalink
rm old branch name; quote python versions since 3.10 isn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
tedder committed Mar 24, 2022
1 parent 293dd22 commit 3b4d2da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [master,main, ]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master,main]
branches: [main]
schedule:
- cron: '0 1 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']
# see versions: https://github.com/actions/python-versions/releases/

steps:
Expand Down

0 comments on commit 3b4d2da

Please sign in to comment.