From 979fdc01ffa516bf77f27036577db6bfefa54724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20=C3=96zkan?= Date: Sun, 24 Dec 2023 15:24:15 +0300 Subject: [PATCH] chore(ci): fix branch name --- .github/workflows/test_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 0918597..cbaf759 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -6,9 +6,9 @@ name: CI # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: