We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7c932 commit 5f96ca5Copy full SHA for 5f96ca5
.github/workflows/main.yml
@@ -1,18 +1,12 @@
1
name: Build and Deploy Snapshot
2
on:
3
push:
4
- branches:
5
- - master
6
- - "3.0"
7
- - "2.18"
+ branches: [2.*]
8
paths-ignore:
9
- "README.md"
10
- "release-notes/*"
11
pull_request:
12
13
14
15
16
17
18
@@ -22,7 +16,7 @@ env:
22
JODA_MAX: '2.12.7'
23
jobs:
24
build:
25
- runs-on: 'ubuntu-22.04'
19
+ runs-on: 'ubuntu-24.04'
26
20
strategy:
27
21
fail-fast: false
28
matrix:
0 commit comments