diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee60934..9e1d04b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ name: Run Integration Tests on: - - push: - branches: - - main - - pull_request: + push: + branches: + - main + pull_request: jobs: test: