Skip to content

Commit

Permalink
Fix nightlies. (#506)
Browse files Browse the repository at this point in the history
The main branch name in the Core was changed to `dev`.
  • Loading branch information
teo-tsirpanis authored Jan 6, 2025
1 parent 9bcfaae commit d674148
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
platform: macos-arm64
- os: windows-latest
platform: windows-x86_64
- tag: dev
tag: [release-2.27, dev]
tag: [release-2.27, main]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout TileDB
Expand Down Expand Up @@ -71,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [release-2.27, dev]
tag: [release-2.27, main]
runs-on: ubuntu-latest
steps:
- name: Checkout TileDB-CSharp
Expand Down Expand Up @@ -108,7 +107,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
tag: [release-2.27, dev]
tag: [release-2.27, main]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout TileDB-CSharp
Expand Down

0 comments on commit d674148

Please sign in to comment.