diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2117857..b158d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,9 @@ name: CI on: - push: - branches: - - "**" + merge_group: pull_request: - branches: - - "**" + push: workflow_dispatch: jobs: diff --git a/azuredevops/repository.go b/azuredevops/repository.go index 7963c9a..9e1f574 100644 --- a/azuredevops/repository.go +++ b/azuredevops/repository.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - egit "github.com/gofrontier-com/go-utils/git/external_git" + egit "github.com/frontierhq/go-utils/git/external_git" "github.com/microsoft/azure-devops-go-api/azuredevops/git" "golang.org/x/exp/slices" ) diff --git a/git/external_git/exec.go b/git/external_git/exec.go index a54011a..42d8a2a 100644 --- a/git/external_git/exec.go +++ b/git/external_git/exec.go @@ -3,7 +3,7 @@ package external_git import ( "fmt" - exec "github.com/gofrontier-com/go-utils/exec" + exec "github.com/frontierhq/go-utils/exec" ) // Exec executes git commands in the context of the repository diff --git a/go.mod b/go.mod index b7adda6..e47ad19 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/gofrontier-com/go-utils +module github.com/frontierhq/go-utils go 1.20