diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 833a995..6f2300b 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -3,18 +3,7 @@ name: tests -on: - push: - branches: - - master - - main - tags: - - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 - pull_request: - branches: - - master - - main - workflow_dispatch: +on: [push, pull_request] jobs: test: