CI: Check continentmap if related files are changed.

This commit is contained in:
Joachim Bauch 2024-03-11 10:39:58 +01:00
parent b0f2e6ea33
commit bbdd991f05
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -1,6 +1,18 @@
name: check-continentmap
on:
push:
branches: [ master ]
paths:
- '.github/workflows/check-continentmap.yml'
- 'scripts/get_continent_map.py'
- 'Makefile'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/check-continentmap.yml'
- 'scripts/get_continent_map.py'
- 'Makefile'
schedule:
- cron: "0 2 * * SUN"