Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: [ main, support/2.x ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
branches: [ main, support/2.x ]
branches: [ support/v2]

I think we don't want this triggering on main (which will have its own GH actions files?)

pull_request:
branches: [ main ]
branches: [ main, support/2.x ]

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: [ main, support/2.x ]
pull_request:
branches: [ main ]
branches: [ main, support/2.x ]

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: [ main, support/2.x ]
pull_request:
branches: [ main ]
branches: [ main, support/2.x ]

jobs:
windows:
Expand Down
Loading