diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a7a34bc87..2323c9fb6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,14 +1,6 @@ name: CI on: push: - branches: ["main"] - paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"] - pull_request: - branches: ["main"] - paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"] - merge_group: - branches: ["main"] - paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"] env: CARGO_TERM_COLOR: always RUST_BACKTRACE: 1