Skip to content

Commit 0a73b6f

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 6d0f054 + 4a7dc7b commit 0a73b6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches: [2.*]
54
pull_request:
6-
branches: [2.*]
75

86
permissions:
97
contents: read
108

119
jobs:
1210
build:
13-
runs-on: 'ubuntu-24.04'
11+
runs-on: 'ubuntu-latest'
1412
strategy:
1513
fail-fast: false
1614
matrix:

0 commit comments

Comments
 (0)