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 e30e7fd + 258a52e commit 7b2c29eCopy full SHA for 7b2c29e
1 file changed
.github/workflows/main.yml
@@ -1,14 +1,12 @@
1
name: Build and Deploy Snapshot
2
on:
3
push:
4
- branches:
5
- - 3.x
+ branches: [3.*]
6
paths-ignore:
7
- "README.md"
8
- "release-notes/*"
9
pull_request:
10
11
12
13
14
@@ -17,7 +15,7 @@ permissions:
17
15
18
16
jobs:
19
build:
20
- runs-on: 'ubuntu-24.04'
+ runs-on: 'ubuntu-latest'
21
strategy:
22
fail-fast: false
23
matrix:
0 commit comments