diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 78f1f0f..210cf84 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,8 +1,8 @@ -name: Checks +name: CI Checks on: pull_request: - types: [opened, labeled, unlabeled, synchronize] + types: [opened, synchronize] push: branches: [main]