Skip to content

Commit 48b3c4f

Browse files
committed
Comment out CI runs on pull requests since already runs on all pushes
1 parent bbb60b9 commit 48b3c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ "*" ]
6-
pull_request:
7-
branches: [ "*" ]
6+
# pull_request:
7+
# branches: [ "*" ]
88

99
jobs:
1010
check:

0 commit comments

Comments
 (0)