We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b759188 commit da36351Copy full SHA for da36351
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v3
9
- name: Get go mod info
10
id: gomod
11
- uses: pawndev/go-modfile-information@v1.0.0
+ uses: ./
12
- name: Set up Go
13
uses: actions/setup-go@v3
14
with:
.github/workflows/integration.yml
@@ -1,5 +1,5 @@
1
name: Integration Test
2
-on: [push]
+on: [push, pull_request]
3
jobs:
4
integration:
5
runs-on: ubuntu-latest
0 commit comments