diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8961c8b7..db4c4bde4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: