Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin authored Apr 26, 2023
1 parent b4ed662 commit b794d71
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 @@ -5,14 +5,14 @@ name: Test Python package

on:
push:
branches: [ build-windows]
branches: [ build-linux]
# pull_request:
# branches: [ master ]

jobs:
build:

runs-on: windows-latest
if: ${{ github.ref == "build-linux" }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b794d71

Please sign in to comment.