From eeb49fca81ac9b2f7acb6d90f8c786890917f564 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 12 Apr 2026 18:05:35 +0300 Subject: [PATCH] fix: Update CI workflow to reflect branch name change --- .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 b8c4e04..e289c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,6 @@ jobs: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) - needs: update steps: - name: Set branch ref for parse id: setref @@ -210,7 +209,7 @@ jobs: notify_diffs: runs-on: ubuntu-latest if: | - (github.event_name == 'push' && github.ref == 'refs/heads/master') || + (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) needs: parse steps: