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