Skip to content

Commit

Permalink
Renamed main branch back to v4 for now (#13395)
Browse files Browse the repository at this point in the history
* Update gputests.yml

* Update slowtests.yml
  • Loading branch information
svlandeg committed Mar 26, 2024
1 parent 1252370 commit 4dc5fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gputests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slowtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4dc5fe5

Please sign in to comment.