diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 60ec0f7ec..2d323e3dd 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -2,6 +2,8 @@ name: Test Suite on: + push: + branches: ["master"] pull_request: branches: ["master"]