From 6ea4f2bb75529a9d7655cf8a8bee887c00ee5e42 Mon Sep 17 00:00:00 2001 From: Hiteshwari Patel Date: Tue, 3 Dec 2024 15:14:42 -0500 Subject: [PATCH] Update ci-repo.yml --- .github/workflows/ci-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-repo.yml b/.github/workflows/ci-repo.yml index 9f16ce3..b5e7037 100644 --- a/.github/workflows/ci-repo.yml +++ b/.github/workflows/ci-repo.yml @@ -3,11 +3,11 @@ name: Basic CI on: push: branches: - - "7.2.0" # Trigger only on pushes to the master branch + - "*" # Trigger only on pushes to the master branch pull_request: branches: - - "7.2.0" # Trigger on pull requests targeting the master branch + - "*" # Trigger on pull requests targeting the master branch jobs: test: