diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f026513..d43f427 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: [ "master" ] + branches: [ "master", "actions" ] pull_request: branches: [ "master" ]