Skip to content

Commit 3b96ab1

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 4eacee8 + 7390767 commit 3b96ab1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- 3.x
6-
- "2.19"
4+
branches: [2.*]
75
paths-ignore:
86
- "README.md"
97
- "release-notes/*"
108
pull_request:
11-
branches:
12-
- master
13-
- 3.x
14-
- "2.19"
9+
branches: [2.*]
1510
paths-ignore:
1611
- "README.md"
1712
- "release-notes/*"
1813
jobs:
1914
build:
20-
runs-on: 'ubuntu-22.04'
15+
runs-on: 'ubuntu-24.04'
2116
strategy:
2217
fail-fast: false
2318
matrix:

0 commit comments

Comments
 (0)