diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b667703..74bf2c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,10 @@ name: Compile and test on: - - pull_request - - push + push: + branches: + - '**' + pull_request: jobs: build: