diff --git a/.github/workflows/get-cacerts.yml b/.github/workflows/get-cacerts.yml index 333866eb..e50d5c34 100644 --- a/.github/workflows/get-cacerts.yml +++ b/.github/workflows/get-cacerts.yml @@ -2,7 +2,11 @@ name: Check for Google Root CA Updates on: push: + paths-ignore: + - 'wiki/**' pull_request: + paths-ignore: + - 'wiki/**' schedule: - cron: '23 23 * * *'