Renamed main branch back to v4 for now (#13395)

* Update gputests.yml

* Update slowtests.yml
This commit is contained in:
Sofie Van Landeghem 2024-03-26 09:53:07 +01:00 committed by GitHub
parent 1252370f69
commit 4dc5fe5469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, main]
branch: [master, v4]
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest
steps:

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, main]
branch: [master, v4]
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest
steps: