Skip to content

Commit fd68ec0

Browse files
authored
Merge pull request #624 from carlopi/patch-1
Update MainDistributionPipeline.yml: branches, no tags
2 parents 651bba9 + 1e515d5 commit fd68ec0

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)