diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1a8c0f8..97070c2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,8 +1,10 @@ name: CI Tests on: - - pull_request - - push + pull_request: + push: + branches: + - master env: CI: true