Skip to content

Commit c19329b

Browse files
committed
👷 Restrict CI workflow to push
1 parent f84dc0d commit c19329b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

3-
on:
4-
- push
5-
- pull_request
3+
on: [push]
64

75
jobs:
86
test:

0 commit comments

Comments
 (0)