From 6ec6c4f9c00e64d200af54db36d281b22f82706c Mon Sep 17 00:00:00 2001 From: canvas123 Date: Fri, 2 May 2025 02:45:50 +0300 Subject: [PATCH] Removed main branch --- .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 2792245..7d35e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Build and Release on: push: - branches: [ main, master ] + branches: [ master ] pull_request: - branches: [ main, master ] + branches: [ master ] release: types: [ created ]