Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed Dec 13, 2023
1 parent ef3acc7 commit 79b7f8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Deploy
on:
push:
branches: [main,develop]
paths:
- "**.tsx?"
- "static/**"
- "!cli.ts"
workflow_dispatch:
# pull_request:
# branches: main

Expand Down

0 comments on commit 79b7f8b

Please sign in to comment.