From 6d2d827de2063383abb49d7718a8608ea8f42d6c Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 20 Sep 2024 19:00:38 -0400 Subject: [PATCH] Updated ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d249b84..523f4fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI Pipeline on: push: branches: - - master + - '**' pull_request: branches: - - master + - '**' jobs: build: