Skip to content

Commit 0f883c0

Browse files
committed
Remove on pull-request
As we use secrets in the CI workflow we remove the `on: [pull-request]` because secrets are not use if action is triggered from fork.
1 parent 156b636 commit 0f883c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI
22

33
on:
44
- push
5-
- pull_request
65

76
jobs:
87
tests:

0 commit comments

Comments
 (0)