run only on xml changes

This commit is contained in:
tooomm
2023-05-01 17:47:31 +02:00
committed by GitHub
parent 99d37f4dd6
commit 451482d8f6

View File

@@ -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)