Skip to content

Commit d62178b

Browse files
committed
Fix checks running twice on pull requests
1 parent cf866fb commit d62178b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Check
1+
name: check
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
67

78
concurrency:

0 commit comments

Comments
 (0)