Skip to content

Commit 5f96ca5

Browse files
committed
CI cleanup
1 parent 5b7c932 commit 5f96ca5

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-
- "3.0"
7-
- "2.18"
4+
branches: [2.*]
85
paths-ignore:
96
- "README.md"
107
- "release-notes/*"
118
pull_request:
12-
branches:
13-
- master
14-
- "3.0"
15-
- "2.18"
9+
branches: [2.*]
1610
paths-ignore:
1711
- "README.md"
1812
- "release-notes/*"
@@ -22,7 +16,7 @@ env:
2216
JODA_MAX: '2.12.7'
2317
jobs:
2418
build:
25-
runs-on: 'ubuntu-22.04'
19+
runs-on: 'ubuntu-24.04'
2620
strategy:
2721
fail-fast: false
2822
matrix:

0 commit comments

Comments
 (0)