From 451482d8f63065c677615bbccd32b6c5eff2e241 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 1 May 2023 17:47:31 +0200 Subject: [PATCH] run only on xml changes --- .github/workflows/check_links.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 23a8e3f..a9d42c1 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -1,8 +1,16 @@ name: Picture Health on: + push: + branches: [ master ] + paths: + - '.github/workflows/check_links.yml' + - '**.xml' pull_request: - # Default events are opened, synchronized or reopened + branches: [ master ] + paths: + - '.github/workflows/check_links.yml' + - '**.xml' workflow_dispatch: schedule: # Runs at the start of each month (UTC)