diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5263dab402..e30d807d9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: CI on: push: + branches: + - '*' # matches every branch that doesn't contain a '/' + - '*/*' # matches every branch containing a single '/' + - '**' # matches every branch pull_request: {} jobs: