diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc5c684b..6d8088ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,9 @@ name: Unit and e2e tests on: + push: + branches: + - master pull_request: branches: - master