diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index 66453625a..565cdaead 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -1,12 +1,7 @@ name: Python application test on: - pull_request: - branches: - - '**' - push: - branches: - - '**' + workflow_dispatch: jobs: build: