Skip to content

Commit

Permalink
Remove unnecessary paths from GitHub Pages workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
MasatoMakino committed Dec 23, 2024
1 parent 47bea16 commit 2266925
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,9 @@ name: Publish github pages
on:
push:
branches: [main]
paths:
- "src/**"
- "demoSrc/**"
- "package.json"
- "README.md"
- "tsconfig**.json"
- ".github/workflows/*.yml"
pull_request:
branches: [main]
paths:
- "src/**"
- "__test__/**"
- "package.json"
- "tsconfig*.json"
- ".github/workflows/*.yml"


jobs:
publish:
Expand Down

0 comments on commit 2266925

Please sign in to comment.