Skip to content

Commit 022d0ff

Browse files
committed
Only trigger CI on PR events
1 parent 0158799 commit 022d0ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yaml

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

33
on:
4-
push:
5-
branches: [ main ]
6-
paths:
7-
- '**/*.go'
8-
- 'go.mod'
9-
- 'go.sum'
10-
- '.github/workflows/ci.yaml'
114
pull_request:
125
branches: [ main ]
136
paths:

0 commit comments

Comments
 (0)