Skip to content

Commit

Permalink
Only trigger CI on push if the commit changes the Dockerfile or CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Oct 3, 2023
1 parent c7a8faf commit 6473a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- main
paths:
- 'Dockerfile'
- '.github/workflows/**'
schedule:
# Rerun CI daily to keep up-to-date with upstream python updates
- cron: '0 0 * * *'
Expand Down

0 comments on commit 6473a29

Please sign in to comment.