diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 5e84e73..4cb9d86 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -1,16 +1,7 @@ name: Go-Tests on: - pull_request: - types: [opened, synchronize, reopened] - branches: - - master - - main - push: - branches: - - master - - main - - "releases/**" + workflow_dispatch: jobs: tests: permissions: