Skip to content

Commit

Permalink
Merge pull request #508 from ccordoba12/enable-cis-in-3x
Browse files Browse the repository at this point in the history
PR: Update workflows to run in the `3.x` branch (CI)
  • Loading branch information
ccordoba12 authored Sep 29, 2024
2 parents d8a7073 + 8e1d329 commit 468b9c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-pip-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 2.*
- 3.*
pull_request:
branches:
- master
- 2.*
- 3.*

concurrency:
group: linux-pip-tests-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 2.*
- 3.*
pull_request:
branches:
- master
- 2.*
- 3.*

concurrency:
group: linux-tests-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 2.*
- 3.*
pull_request:
branches:
- master
- 2.*
- 3.*

concurrency:
group: macos-tests-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 2.*
- 3.*
pull_request:
branches:
- master
- 2.*
- 3.*

concurrency:
group: windows-tests-${{ github.ref }}
Expand Down

0 comments on commit 468b9c5

Please sign in to comment.