diff --git a/.github/workflows/check-certificates.yml b/.github/workflows/check-certificates.yml index 95bab07f..b0d404f6 100644 --- a/.github/workflows/check-certificates.yml +++ b/.github/workflows/check-certificates.yml @@ -2,6 +2,12 @@ name: Check Certificates # See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows on: + push: + paths: + - ".github/workflows/check-certificates.ya?ml" + pull_request: + paths: + - ".github/workflows/check-certificates.ya?ml" schedule: # run every 10 hours - cron: "0 */10 * * *"