diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 394450e..52a2d65 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: [ "main" ] + branches: [ "main, develop" ] pull_request: - branches: [ "main" ] + branches: [ "main, develop" ] jobs: