Skip to content

Commit bac4294

Browse files
Mytherincarlopi
andauthored
Update .github/workflows/MainDistributionPipeline.yml
Co-authored-by: Carlo Piovesan <[email protected]>
1 parent 6aff84a commit bac4294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +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/heads/v') || github.ref == 'refs/heads/main' }}
33+
deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') }}
3434
deploy_versioned: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)