From 69751df0214bd306196fb92d4c58c98e7a382b7c Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:13:03 +0330 Subject: [PATCH] chore: update ci pipeline --- .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 fe4abd47..9d5d0952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,11 @@ name: CI on: push: - branches: [ "main" , "develop" ] + branches: [ "main"] paths-ignore: - "README.md" pull_request: - branches: [ "main" , "develop" ] + branches: [ "main"] paths-ignore: - "README.md" concurrency: