diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3b095d8e..f40ee50d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,9 @@ name: CI # open -> open the pull request # synchronize -> push to branch of pull request on: - pull_request: - types: [opened, synchronize] + push: + branches: + - "**" jobs: test: