This commit is contained in:
Horis
2024-07-11 20:36:18 +08:00
parent fec767203d
commit f9f1257c77
+6 -2
View File
@@ -6,13 +6,17 @@ on:
- master - master
paths: paths:
- '**' - '**'
- '!**/assets/**' # - '!**/assets/**'
- '!**.md' # - '!**.md'
- '!**/ISSUE_TEMPLATE/**' - '!**/ISSUE_TEMPLATE/**'
- '!**/modules/web/**' - '!**/modules/web/**'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '**/modules/web/**' - '**/modules/web/**'
workflow_run:
workflows: [Build Web]
types:
- completed
workflow_dispatch: workflow_dispatch:
jobs: jobs: