Skip to content

Commit 258a52e

Browse files
committed
Merge branch '2.19' into 2.x
2 parents aeddfd7 + 98eb223 commit 258a52e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.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.x
4+
branches: [2.*]
75
paths-ignore:
86
- "README.md"
97
- "release-notes/*"
108
pull_request:
11-
branches:
12-
- 3.x
13-
- 2.x
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)