Skip to content

Commit

Permalink
Ensure the build runs when modifying workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase authored and mikecarenzo committed Sep 7, 2024
1 parent 2d75424 commit 9c57bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches: [main]
paths:
- '.github/workflows/**'
- 'src/**'
- 'data/**/*.json'
pull_request:
paths:
- '.github/workflows/**'
- 'src/**'
- 'data/**/*.json'
workflow_dispatch:
Expand Down

0 comments on commit 9c57bfc

Please sign in to comment.