Skip to content

Commit

Permalink
効率化
Browse files Browse the repository at this point in the history
  • Loading branch information
taisan11 committed Oct 19, 2024
1 parent a45f391 commit 9cb8571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Deploy
on:
push:
branches: master
paths:
- "src/**"
- "script/**"
- "package.json"
- "deno.json"
- ".github/workflows/deploy.yml"
pull_request:
branches: master

Expand Down

0 comments on commit 9cb8571

Please sign in to comment.