diff --git a/.github/workflows/ci-system-upgrade_tools_and_clean.yml b/.github/workflows/ci-system-upgrade_tools_and_clean.yml index 4029d20e53..3984fbe662 100644 --- a/.github/workflows/ci-system-upgrade_tools_and_clean.yml +++ b/.github/workflows/ci-system-upgrade_tools_and_clean.yml @@ -7,6 +7,11 @@ name: System - Upgrade tools & clean on: pull_request: types: [labeled] + push: + paths: + - .github/workflows/ci-system-upgrade_tools_and_clean.yml + - .mise.toml + - Gemfile* schedule: # Runs at 3:00 UTC every day - cron: "0 3 * * *"