diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c107a575..42bd6d5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: CI testing -on: [pull_request] +on: + pull_request: + push: + branches: [develop, main, alpha-test] jobs: build: