From 9660c54e06d4c30b87858a0499341e6f0f939481 Mon Sep 17 00:00:00 2001 From: shaharkazaz Date: Fri, 20 Sep 2024 16:01:32 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20add=20invalid=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db5e402d..faa5bcd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,7 @@ name: CI on: pull_request: push: - branches: - - master + branches: [ main, release/v[ 0-9 ].[ 0-9 ] ] jobs: ci-step: