Skip to content

Commit 03cd2c3

Browse files
authored
Run only on dev branch
1 parent bd44c65 commit 03cd2c3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
name: Unit test and code coverage
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- dev
7+
paths-ignore:
8+
- '**.md'
9+
- 'docs/**'
10+
pull_request:
11+
branches:
12+
- dev
13+
paths-ignore:
14+
- '**.md'
15+
- 'docs/**'
416

517
jobs:
618
build:
719

820
runs-on: ubuntu-latest
921
strategy:
1022
matrix:
11-
python-version: [3.6, 3.7]
23+
python-version: [3.6]
1224

1325
steps:
1426
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)