diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e7a294bd..b66c0d71 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ dev ] + branches: [ master ] pull_request: - branches: [ dev ] + branches: [ master ] jobs: