diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 262053e6..bbbbf87c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,9 @@ permissions: {} on: push: + branches: ["main"] pull_request: - branches: [master] + branches: ["**"] env: CARGO_TERM_COLOR: always