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 aeddfd7 + 98eb223 commit 258a52eCopy full SHA for 258a52e
.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.x
+ 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