Skip to content

Commit 8652f59

Browse files
committed
Deploy also v1.4-andium
1 parent 510f5d3 commit 8652f59

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)