diff --git a/.github/workflows/notification-service.yml b/.github/workflows/notification-service.yml index 38315b0c74..0ecb804db3 100644 --- a/.github/workflows/notification-service.yml +++ b/.github/workflows/notification-service.yml @@ -1,8 +1,12 @@ name: Run Notification Service Tests on: + push: + branches: + - main pull_request: - branches: [ main, dev ] + branches: + - main jobs: notification-service-tests: diff --git a/.github/workflows/test-runner.yaml b/.github/workflows/test-runner.yaml index 504b593965..1f0bb9f3e3 100644 --- a/.github/workflows/test-runner.yaml +++ b/.github/workflows/test-runner.yaml @@ -1,8 +1,12 @@ name: Run API & Selenium Tests Separately on: + push: + branches: + - main pull_request: - branches: [ main, dev ] + branches: + - main jobs: api-tests: