Skip to content

Commit

Permalink
ci: include Makefile in workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Jan 10, 2025
1 parent bb37c29 commit 3691585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- "**.py"
- ".github/workflows/**"
- Makefile

workflow_dispatch: # This allows us to trigger manually from the GitHub Actions UI
schedule:
- cron: "0 0 1,15 * *" # Scheduled at 00:00 on day-of-month 1 and 15
Expand Down

0 comments on commit 3691585

Please sign in to comment.