diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 939dfa9d1..03dfd81ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,9 @@ on: # pull_request can be removed, to save minutes on github runners pull_request: workflow_dispatch: + push: + branches: + - 'main' env: CARGO_TERM_COLOR: always