Skip to content

Commit 540b0df

Browse files
Update python-app.yml
1 parent 4415d9d commit 540b0df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-app.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Python application
33

44
on:
55
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
6+
branches: [ issue-815 ]
7+
98

109
jobs:
1110
build:
@@ -27,4 +26,4 @@ jobs:
2726
run: pip cache dir
2827

2928
# - name: Install placeholder package
30-
# run: pip install isort
29+
# run: pip install isort

0 commit comments

Comments
 (0)