Skip to content

Commit 7b2c29e

Browse files
committed
Merge branch '2.x' into 3.x
2 parents e30e7fd + 258a52e commit 7b2c29e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- 3.x
4+
branches: [3.*]
65
paths-ignore:
76
- "README.md"
87
- "release-notes/*"
98
pull_request:
10-
branches:
11-
- 3.x
9+
branches: [3.*]
1210
paths-ignore:
1311
- "README.md"
1412
- "release-notes/*"
@@ -17,7 +15,7 @@ permissions:
1715

1816
jobs:
1917
build:
20-
runs-on: 'ubuntu-24.04'
18+
runs-on: 'ubuntu-latest'
2119
strategy:
2220
fail-fast: false
2321
matrix:

0 commit comments

Comments
 (0)