Skip to content

Commit

Permalink
CI: Check continentmap if related files are changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Mar 11, 2024
1 parent b0f2e6e commit bbdd991
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-continentmap.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit bbdd991

Please sign in to comment.