Skip to content

Commit 186cb8e

Browse files
committed
Run tests on PR
1 parent d6fd773 commit 186cb8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gotest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: gotests
33
# Run on any push except tag push
44
# See: https://stackoverflow.com/a/71879890/202311
55
on:
6-
push:
7-
branches:
8-
- '**'
6+
pull_request:
97

108
jobs:
119
lint:

0 commit comments

Comments
 (0)