Skip to content

Commit d2fa9d8

Browse files
committed
Minor cleanup of CI defs
1 parent cf208e5 commit d2fa9d8

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.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/*"
@@ -20,7 +16,7 @@ permissions:
2016

2117
jobs:
2218
build:
23-
runs-on: 'ubuntu-20.04'
19+
runs-on: 'ubuntu-24.04'
2420
strategy:
2521
fail-fast: false
2622
matrix:

0 commit comments

Comments
 (0)