Skip to content

Commit 41fdcda

Browse files
author
Rajat Goel
authored
Merge pull request #72 from dropbox/rajatgoel-patch-1
Trigger tests only on pull-requests
2 parents 6f21cf9 + 2907fe7 commit 41fdcda

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)