Skip to content

Commit a58016e

Browse files
authored
Update python-app.yml
filter on .py files
1 parent 72e0918 commit a58016e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-app.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ name: Python application
66
on:
77
push:
88
branches: [ "main" ]
9+
paths:
10+
- '**.py'
911
pull_request:
1012
branches: [ "main" ]
13+
paths:
14+
- '**.py'
1115

1216
permissions:
1317
contents: read

0 commit comments

Comments
 (0)