We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be381f0 commit c208f4eCopy full SHA for c208f4e
.github/workflows/python-app.yml
@@ -6,8 +6,18 @@ name: Python application
6
on:
7
push:
8
branches: [ "main" ]
9
+ paths:
10
+ - 'src/**/*.py'
11
+ - 'src/requirements*.txt'
12
+ - 'src/tests/**'
13
+ - '.github/workflows/python-app.yml'
14
pull_request:
15
16
17
18
19
20
21
22
permissions:
23
contents: read
0 commit comments