Skip to content

Commit 427026f

Browse files
committed
Don't run tests twice on PR
1 parent 2761581 commit 427026f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonapp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: reverse-image-search
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
68
workflow_dispatch:
79

0 commit comments

Comments
 (0)