Skip to content

Commit 2907fe7

Browse files
author
Rajat Goel
authored
Trigger tests only on pull-requests
1 parent 6f21cf9 commit 2907fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
on: [push, pull_request]
21
name: Test
2+
on:
3+
pull_request:
34
env:
45
GO111MODULE: "on"
56
jobs:

0 commit comments

Comments
 (0)