Skip to content

Commit 4a8765d

Browse files
authored
Update ci.yml
Change "push" to "pull_request" to trigger the workflow on pull request events only
1 parent fc227c3 commit 4a8765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: push
2+
on: pull_request
33

44
jobs:
55
pylint:

0 commit comments

Comments
 (0)