Skip to content

Commit 0024e5d

Browse files
authored
Move changes in v1.2 to main (#15744)
2 parents 96d5825 + 5a99ec4 commit 0024e5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+411
-153
lines changed

.github/workflows/Android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
repository_dispatch:
2020
push:
21-
branches:
22-
- '**'
23-
- '!main'
24-
- '!feature'
21+
branches-ignore:
22+
- 'main'
23+
- 'feature'
24+
- 'v*.*-*'
2525
paths-ignore:
2626
- '**'
2727
- '!.github/workflows/Android.yml'

.github/workflows/BundleStaticLibs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
repository_dispatch:
2020
push:
21-
branches:
22-
- '**'
23-
- '!main'
24-
- '!feature'
21+
branches-ignore:
22+
- 'main'
23+
- 'feature'
24+
- 'v*.*-*'
2525
paths-ignore:
2626
- '**'
2727
- '!.github/workflows/BundleStaticLibs.yml'

.github/workflows/CodeQuality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
type: string
77
repository_dispatch:
88
push:
9-
branches:
10-
- '**'
11-
- '!main'
12-
- '!feature'
9+
branches-ignore:
10+
- 'main'
11+
- 'feature'
12+
- 'v*.*-*'
1313
paths-ignore:
1414
- '**.md'
1515
- '.github/patches/duckdb-wasm/**'

.github/workflows/CrossVersion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
type: string
1111
repository_dispatch:
1212
push:
13-
branches:
14-
- '**'
15-
- '!main'
16-
- '!feature'
13+
branches-ignore:
14+
- 'main'
15+
- 'feature'
16+
- 'v*.*-*'
1717
paths-ignore:
1818
- '**'
1919
- '!.github/workflows/CrossVersion.yml'

.github/workflows/DockerTests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
repository_dispatch:
2020
push:
21-
branches:
22-
- '**'
23-
- '!main'
24-
- '!feature'
21+
branches-ignore:
22+
- 'main'
23+
- 'feature'
24+
- 'v*.*-*'
2525
paths-ignore:
2626
- '**'
2727
- '!.github/workflows/DockerTests.yml'

.github/workflows/ExtendedTests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: ExtendedTests
22
on:
33
workflow_dispatch:
44
push:
5-
branches:
6-
- '**'
7-
- '!main'
8-
- '!feature'
5+
branches-ignore:
6+
- 'main'
7+
- 'feature'
8+
- 'v*.*-*'
99
paths-ignore:
1010
- '**'
1111
- '!.github/workflows/ExtendedTests.yml'

.github/workflows/Julia.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
workflow_dispatch:
44
repository_dispatch:
55
push:
6-
branches:
7-
- '**'
8-
- '!main'
9-
- '!feature'
6+
branches-ignore:
7+
- 'main'
8+
- 'feature'
9+
- 'v*.*-*'
1010
paths-ignore:
1111
- '**.md'
1212
- 'examples/**'

.github/workflows/LinuxRelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
repository_dispatch:
2020
push:
21-
branches:
22-
- '**'
23-
- '!main'
24-
- '!feature'
21+
branches-ignore:
22+
- 'main'
23+
- 'feature'
24+
- 'v*.*-*'
2525
paths-ignore:
2626
- '**.md'
2727
- 'tools/**'

.github/workflows/Main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
workflow_dispatch:
44
repository_dispatch:
55
push:
6-
branches:
7-
- '**'
8-
- '!main'
9-
- '!feature'
6+
branches-ignore:
7+
- 'main'
8+
- 'feature'
9+
- 'v*.*-*'
1010
paths-ignore:
1111
- '**.md'
1212
- 'tools/**'

.github/workflows/NightlyTests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
workflow_dispatch:
44
repository_dispatch:
55
push:
6-
branches:
7-
- '**'
8-
- '!main'
9-
- '!feature'
6+
branches-ignore:
7+
- 'main'
8+
- 'feature'
9+
- 'v*.*-*'
1010
paths-ignore:
1111
- '**'
1212
- '!.github/workflows/NightlyTests.yml'

0 commit comments

Comments
 (0)