Skip to content

Commit 4b2e3f8

Browse files
committed
CI clean up
1 parent 5aeb424 commit 4b2e3f8

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- master
6-
- "3.0"
7-
- "2.18"
4+
branches: [2.*]
85
paths-ignore:
96
- "README.md"
107
- "release-notes/*"
118
pull_request:
12-
branches:
13-
- master
14-
- "3.0"
15-
- "2.18"
9+
branches: [2.*]
1610
paths-ignore:
1711
- "README.md"
1812
- "release-notes/*"
@@ -21,7 +15,7 @@ permissions:
2115

2216
jobs:
2317
build:
24-
runs-on: 'ubuntu-24.04'
18+
runs-on: 'ubuntu-latest'
2519
strategy:
2620
fail-fast: false
2721
matrix:

0 commit comments

Comments
 (0)