From 8646fed86c73c01feb8200bc1c92ba648ec503c8 Mon Sep 17 00:00:00 2001 From: ilyushka <61294398+DRMPN@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:20:58 +0300 Subject: [PATCH] fix: Rename branch from master to main to trigger the action --- .github/workflows/unit-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-build.yml b/.github/workflows/unit-build.yml index 7d4163a..24490a5 100644 --- a/.github/workflows/unit-build.yml +++ b/.github/workflows/unit-build.yml @@ -5,9 +5,9 @@ name: Unit Build on: push: - branches: [ master, release ] + branches: [ main, release ] pull_request: - branches: [ master, release ] + branches: [ main, release ] workflow_dispatch: # manually launch from GitHub actions jobs: