Skip to content

Commit 5d5c9ba

Browse files
authored
Update build.yml
1 parent 5627680 commit 5d5c9ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: build
2+
23
on:
3-
pull_request:
44
push:
5-
branches:
5+
branches:
66
- develop
77
- master
88
paths:
99
- 'pytest_func_cov/**'
1010
- 'tests/**'
1111
- 'setup.py'
1212
- 'requirements.txt'
13+
1314
jobs:
1415
build:
1516
runs-on: ubuntu-latest
@@ -38,3 +39,4 @@ jobs:
3839
pip install pytest
3940
python setup.py develop
4041
pytest
42+

0 commit comments

Comments
 (0)