diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3906f1e..8a93f55 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,6 +1,16 @@ name: Lint and Test -on: push +on: + push: + branches: + - features/* + - testing/* + - fix/* + - enhance/* + pull_request: + branches: + - master + - staging jobs: lint: diff --git a/go.mod b/go.mod index 13baae2..50267af 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/plutov/paypal/v4 +module euphoria-laxis.fr/go-packages/paypale/v4 go 1.23 diff --git a/invoicing_test.go b/invoicing_test.go index 7fc0b9f..e978ee4 100644 --- a/invoicing_test.go +++ b/invoicing_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" "testing" - "github.com/plutov/paypal/v4" + "euphoria-laxis.fr/go-packages/paypale/v4" "github.com/stretchr/testify/assert" )