Skip to content

Commit

Permalink
enable CI on lightning branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jan 17, 2023
1 parent 7049ac6 commit bb51983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
# Both are tracked here to keep legacy and new codes working
push:
branches:
- "master"
- "main"
- "lightning"
pull_request:
branches:
- "master"
- "main"
- "lightning"
schedule:
# Weekly tests run on main by default:
# Scheduled workflows run on the latest commit on the default or base branch.
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit bb51983

Please sign in to comment.