From fcf843f438e141cae8c5e4dfa3774a52e26b9184 Mon Sep 17 00:00:00 2001 From: Alexandr Romanov Date: Sun, 10 Nov 2024 15:19:57 +0300 Subject: [PATCH 1/2] Fix CI #patch --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3048d69..bbca676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ name: CI on: push: - branches: ["main"] + branches: + - '**' workflow_dispatch: jobs: From ec0e0a312554a55a890a79fc5884ddd750f7ec71 Mon Sep 17 00:00:00 2001 From: Alexandr Romanov Date: Sun, 10 Nov 2024 15:22:26 +0300 Subject: [PATCH 2/2] Fix ci #patch --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbca676..03e1676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,8 @@ jobs: secrets: inherit bump: - name: Bump version - needs: tests - uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main - secrets: inherit + name: Bump version + needs: tests + if: github.ref == 'refs/heads/main' + uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main + secrets: inherit