diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6b95482..027465e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Vibe Check on: push: - branches: [ master ] + branches: [ master, development ] pull_request: branches: [ master ]