diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index cbda8cb5..bcfdb4a9 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -14,7 +14,13 @@ on: - "renovate/**" tags: - '[0-9][0-9].[0-9]+.[0-9]+' + paths-ignore: + - '*.md' + - 'docs/**' pull_request: + paths-ignore: + - '*.md' + - 'docs/**' merge_group: schedule: # Run every Saturday morning: https://crontab.guru/#15_3_*_*_6