diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1683313..528686f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 43a8c50..271f4a4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,5 +1,5 @@ name: Integration Test -on: [push] +on: [push, pull_request] jobs: integration: runs-on: ubuntu-latest