Skip to content

Commit 98eb223

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 701a2f1 + 4b2e3f8 commit 98eb223

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
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-
- 3.x
13-
- "2.19"
9+
branches: [2.*]
1410
paths-ignore:
1511
- "README.md"
1612
- "release-notes/*"
@@ -19,7 +15,7 @@ permissions:
1915

2016
jobs:
2117
build:
22-
runs-on: 'ubuntu-24.04'
18+
runs-on: 'ubuntu-latest'
2319
strategy:
2420
fail-fast: false
2521
matrix:

0 commit comments

Comments
 (0)