Skip to content

Commit

Permalink
ci: change trigger & update uses local action
Browse files Browse the repository at this point in the history
  • Loading branch information
pawndev committed Sep 12, 2024
1 parent b759188 commit da36351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get go mod info
id: gomod
uses: pawndev/go-modfile-information@v1.0.0
uses: ./
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Integration Test
on: [push]
on: [push, pull_request]
jobs:
integration:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da36351

Please sign in to comment.