Skip to content

Commit f8c5977

Browse files
committed
增加一个dev
1 parent dc59ade commit f8c5977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: build
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,dev ]
66

77
jobs:
88
build:
99
strategy:
1010
matrix:
11-
platform: [ubuntu-latest]
12-
go-version: [1.22.1]
11+
platform: [ ubuntu-latest ]
12+
go-version: [ 1.22.1 ]
1313
name: Build
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)