Skip to content

Commit e307b37

Browse files
committed
Run build job only when relevant files change
1 parent e1118fc commit e307b37

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
name: Build
1+
name: build
22
on:
33
pull_request:
44
push:
55
branches:
66
- develop
77
- master
8+
paths:
9+
- 'pytest_func_cov/**'
10+
- 'tests/**'
11+
- 'setup.py'
12+
- 'requirements.txt'
813
jobs:
914
build:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)