Skip to content

Commit c208f4e

Browse files
updated pipe line
1 parent be381f0 commit c208f4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ name: Python application
66
on:
77
push:
88
branches: [ "main" ]
9+
paths:
10+
- 'src/**/*.py'
11+
- 'src/requirements*.txt'
12+
- 'src/tests/**'
13+
- '.github/workflows/python-app.yml'
914
pull_request:
1015
branches: [ "main" ]
16+
paths:
17+
- 'src/**/*.py'
18+
- 'src/requirements*.txt'
19+
- 'src/tests/**'
20+
- '.github/workflows/python-app.yml'
1121

1222
permissions:
1323
contents: read

0 commit comments

Comments
 (0)