mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-09-10 10:36:34 -05:00
run only on xml changes
This commit is contained in:
10
.github/workflows/check_links.yml
vendored
10
.github/workflows/check_links.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user