Skip to content

Commit 2701384

Browse files
committed
do not run check.yml more than once
1 parent c11c611 commit 2701384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "*"
66
push:
77
branches:
8-
- "*"
8+
- "main"
99
env:
1010
PIP_DISABLE_PIP_VERSION_CHECK: yes
1111

0 commit comments

Comments
 (0)