Skip to content

Commit 1e515d5

Browse files
authored
Update MainDistributionPipeline.yml: branches, no tags
1 parent 7ab1710 commit 1e515d5

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
@@ -41,4 +41,4 @@ jobs:
4141
duckdb_version: v1.3.1
4242
ci_tools_version: main
4343
extension_name: spatial
44-
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
44+
deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)