This commit is contained in:
Horis 2024-07-11 20:36:18 +08:00
parent fec767203d
commit f9f1257c77

View File

@ -6,13 +6,17 @@ on:
- master
paths:
- '**'
- '!**/assets/**'
- '!**.md'
# - '!**/assets/**'
# - '!**.md'
- '!**/ISSUE_TEMPLATE/**'
- '!**/modules/web/**'
pull_request:
paths-ignore:
- '**/modules/web/**'
workflow_run:
workflows: [Build Web]
types:
- completed
workflow_dispatch:
jobs: