diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e8dde..1c57b7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI checks on: pull_request: branches: [ "main"] + push: + branches: [ "main"] env: CARGO_TERM_COLOR: always