Skip to content

Commit da36351

Browse files
committed
ci: change trigger & update uses local action
1 parent b759188 commit da36351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- name: Get go mod info
1010
id: gomod
11-
uses: pawndev/go-modfile-information@v1.0.0
11+
uses: ./
1212
- name: Set up Go
1313
uses: actions/setup-go@v3
1414
with:

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Integration Test
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
integration:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)