Skip to content

Commit e65ec80

Browse files
authored
Merge pull request #386 from dmzz-yyhyy/kdoc
修正CI
2 parents 3f89a36 + d8f7b5b commit e65ec80

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/api_doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: ApiDoc
22
on:
33
workflow_dispatch:
44
merge_group:
5+
pull_request:
6+
branches: [refactoring]
7+
paths:
8+
- api/**
59
push:
610
branches: [refactoring]
711
paths:

.github/workflows/publish_epub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [refactoring]
77
paths:
88
- .github/workflows/publish_epub.yml
9-
- api/**
9+
- epub/**
1010

1111
jobs:
1212
PublishApiArtifact:

0 commit comments

Comments
 (0)