Skip to content

Commit 2d251e0

Browse files
committed
Update CI
1 parent 36f8741 commit 2d251e0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- master
6-
- "2.18"
7-
- 2.x
4+
branches: [2.*]
85
paths-ignore:
96
- "README.md"
107
- "release-notes/*"
118
pull_request:
12-
branches:
13-
- master
14-
- "2.18"
15-
- 2.x
9+
branches: [2.*]
1610
paths-ignore:
1711
- "README.md"
1812
- "release-notes/*"
@@ -21,7 +15,7 @@ permissions:
2115

2216
jobs:
2317
build:
24-
runs-on: 'ubuntu-22.04'
18+
runs-on: 'ubuntu-latest'
2519
strategy:
2620
fail-fast: false
2721
matrix:

0 commit comments

Comments
 (0)