Skip to content

Commit 4a7dc7b

Browse files
committed
Fix CI
1 parent c0388b6 commit 4a7dc7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
5-
- 2.x
6-
- "2.18"
74
pull_request:
85

96
permissions:
107
contents: read
118

129
jobs:
1310
build:
14-
runs-on: 'ubuntu-22.04'
11+
runs-on: 'ubuntu-latest'
1512
strategy:
1613
fail-fast: false
1714
matrix:

0 commit comments

Comments
 (0)