diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 79ed339..33e067e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,10 +3,10 @@ name: Go on: push: branches: - - main + - develop pull_request: branches: - - main + - develop jobs: test: