We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf208e5 commit d2fa9d8Copy full SHA for d2fa9d8
.github/workflows/main.yml
@@ -1,16 +1,12 @@
1
name: Build and Deploy Snapshot
2
on:
3
push:
4
- branches:
5
- - 3.x
6
- - "2.19"
+ branches: [2.*]
7
paths-ignore:
8
- "README.md"
9
- "release-notes/*"
10
pull_request:
11
12
13
14
15
16
@@ -20,7 +16,7 @@ permissions:
20
21
17
jobs:
22
18
build:
23
- runs-on: 'ubuntu-20.04'
19
+ runs-on: 'ubuntu-24.04'
24
strategy:
25
fail-fast: false
26
matrix:
0 commit comments