Skip to content

Commit

Permalink
feat(ci): add index.html to paths triggering release on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Jul 9, 2023
1 parent 5b207fd commit 6fba07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
types: [closed]
branches: [main, next]
paths: ["src/**/*", "package*.json"]
paths: ["src/**/*", "package*.json", "index.html"]

jobs:
release:
Expand Down

0 comments on commit 6fba07e

Please sign in to comment.