Skip to content

Commit 97c01e8

Browse files
committed
Update build-ci.yml
1 parent 6e33e7a commit 97c01e8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: build-ci
22

3-
on: [pull_request, push]
3+
on:
4+
push:
5+
branches:
6+
- '2.1'
7+
- '3.0'
8+
- '3.1'
9+
pull_request:
10+
branches:
11+
- '2.1'
12+
- '3.0'
13+
- '3.1'
414

515
jobs:
616
build:

0 commit comments

Comments
 (0)