diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a75cf9ba1..e7b370e151d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,8 @@ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions on: - pull_request: - push: - branches: - - 7.5 - tags: - - "**" + - pull_request + - push name: CI