diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eef5b4d..523c964 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,12 @@ name: Automated Testing on: push: + branches: + - '**' + pull_request: branches: - '**' + workflow_dispatch: jobs: test: