Skip to content

Commit

Permalink
python package ⚒️
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasByr committed Dec 11, 2023
1 parent d54c7b8 commit 3d9db09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Python Package

on:
push:
branches: [master, v*]
branches: [main, v*]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
schedule:
- cron: "45 8 * * 4"

Expand All @@ -17,7 +17,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11"]

steps:
Expand Down

0 comments on commit 3d9db09

Please sign in to comment.