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 committed Sep 6, 2024
1 parent 9a1f1f5 commit 31c1bde
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 31c1bde

Please sign in to comment.