diff --git a/.github/workflows/automated-test.yml b/.github/workflows/automated-test.yml index a87ea19a17..6e95f1a1da 100644 --- a/.github/workflows/automated-test.yml +++ b/.github/workflows/automated-test.yml @@ -1,6 +1,10 @@ name: 'Automated Tests' -on: push +on: + push: + branches: + - master + pull_request: jobs: tests: