diff --git a/.github/workflows/test_local.yaml b/.github/workflows/test_local.yaml index 339b3e9..850606a 100644 --- a/.github/workflows/test_local.yaml +++ b/.github/workflows/test_local.yaml @@ -1,5 +1,13 @@ name: Test Local -on: [workflow_dispatch] + +on: + push: + branches: + - master + pull_request: + branches: + - master + workflow_dispatch: jobs: test: