From 87898dc23ddde7cfee5f739212c295b88db5b3c8 Mon Sep 17 00:00:00 2001 From: daniel-zamora Date: Fri, 21 Jun 2024 06:04:24 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: