diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 6ffb29b..a68d282 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -1,10 +1,6 @@ -name: CI +on: [push, pull_request] -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] +name: CI env: CARGO_TERM_COLOR: always