Skip to content

Commit

Permalink
Merge pull request #2349 from jhamman/ci/run-ci-on-support-branch
Browse files Browse the repository at this point in the history
ci: run test actions on support branch
  • Loading branch information
jhamman authored Oct 13, 2024
2 parents eaf5d7a + fb3c24d commit ba1daa3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Minimal installation

on:
push:
branches: [ main ]
branches: [ support/v2 ]
pull_request:
branches: [ main ]
branches: [ support/v2 ]

jobs:
minimum_build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Linux Testing

on:
push:
branches: [ main ]
branches: [ support/v2]
pull_request:
branches: [ main ]
branches: [ support/v2]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ main ]
branches: [ support/v2 ]
pull_request:
branches: [ main ]
branches: [ support/v2 ]

jobs:
windows:
Expand Down

0 comments on commit ba1daa3

Please sign in to comment.