Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Jul 18, 2024
1 parent 65f6f90 commit b0e2336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build Website
on:
push:
branches: [main]
path:
paths:
- './src/**'
- './data/**/*.json'
pull_request:
path:
paths:
- './src/**'
- './data/**/*.json'
workflow_dispatch:
Expand Down

0 comments on commit b0e2336

Please sign in to comment.