Skip to content

Commit 64dd6c8

Browse files
authored
Merge pull request #129 from carlopi/fixup_deploy
Deploy also v1.4-andium
2 parents 510f5d3 + 8652f59 commit 64dd6c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
extension_name: httpfs
3131
duckdb_version: v1.4.0
3232
ci_tools_version: main
33-
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
33+
deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
34+
deploy_versioned: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)