We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fd773 commit 186cb8eCopy full SHA for 186cb8e
.github/workflows/gotest.yml
@@ -3,9 +3,7 @@ name: gotests
3
# Run on any push except tag push
4
# See: https://stackoverflow.com/a/71879890/202311
5
on:
6
- push:
7
- branches:
8
- - '**'
+ pull_request:
9
10
jobs:
11
lint:
0 commit comments