We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a703a5f commit a2e8ebdCopy full SHA for a2e8ebd
.github/workflows/MainDistributionPipeline.yml
@@ -4,7 +4,7 @@
4
name: Main Extension Distribution Pipeline
5
on:
6
push:
7
- branches: [main]
+ branches: [v1.4]
8
pull_request:
9
workflow_dispatch:
10
@@ -13,10 +13,11 @@ concurrency:
13
cancel-in-progress: true
14
15
jobs:
16
+
17
duckdb-stable-build:
18
name: Build extension binaries
- uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
19
+ uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.4.0
20
with:
- duckdb_version: main
21
- ci_tools_version: main
+ duckdb_version: v1.4-andium
22
+ ci_tools_version: v1.4.0
23
extension_name: textplot
0 commit comments