diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9b897f4..d856e77f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -5,6 +5,8 @@ on: | |||
5 | branches: master | 5 | branches: master |
6 | pull_request: | 6 | pull_request: |
7 | branches: '*' | 7 | branches: '*' |
8 | workflow_dispatch: | ||
9 | branches: '*' | ||
8 | 10 | ||
9 | jobs: | 11 | jobs: |
10 | ############################################################################## | 12 | ############################################################################## |