diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d849057b..82493340 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -6,9 +6,9 @@ name: Setup Builds and Tests on: push: - branches: [main, release] + branches: [main, deploy] pull_request: - branches: [main, release] + branches: [main, deploy] jobs: linux-setup-and-tests: