Skip to content

Commit bce4b77

Browse files
committed
Optimise CI.
1 parent b0ea935 commit bce4b77

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
name: Build and Test
22

3-
on: [ push, pull_request ]
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
- 1.x
8+
- 2.x
9+
- 3.x
10+
push:
11+
branches:
12+
- master
13+
- 1.x
14+
- 2.x
15+
- 3.x
16+
- feature/**
417

518
jobs:
619
build:

0 commit comments

Comments
 (0)