Skip to content

Commit

Permalink
new path
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Dec 17, 2023
1 parent 442f621 commit 68b6425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-novel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Novel build
on:
push:
paths:
- 'novel'
- 'novel/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-submanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Submanager build
on:
push:
paths:
- 'submanager'
- 'submanager/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-telebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Telebot build
on:
push:
paths:
- 'telebot'
- 'telebot/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 68b6425

Please sign in to comment.