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.
2 parents 701a2f1 + 4b2e3f8 commit 98eb223Copy full SHA for 98eb223
1 file changed
.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
@@ -19,7 +15,7 @@ permissions:
19
20
jobs:
21
17
build:
22
- runs-on: 'ubuntu-24.04'
18
+ runs-on: 'ubuntu-latest'
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments