Skip to content

Commit

Permalink
deploy latest from branch (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Mar 21, 2024
1 parent cfcf051 commit e7fc4af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
duckdb_version: v0.10.1
extension_name: h3ext
exclude_archs: "windows_amd64_rtools"
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
# ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_latest: true
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit e7fc4af

Please sign in to comment.