From 0c55cae3ef9d3afe26f6733bb35df77d85888484 Mon Sep 17 00:00:00 2001 From: IgorVolochay Date: Tue, 25 Aug 2026 15:39:44 +0300 Subject: [PATCH] Update CI --- .github/workflows/app-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-actions.yml b/.github/workflows/app-actions.yml index aa61511..60d3daf 100644 --- a/.github/workflows/app-actions.yml +++ b/.github/workflows/app-actions.yml @@ -100,7 +100,7 @@ jobs: docker-build: runs-on: ubuntu-latest needs: [mypy, pytest] - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' steps: - name: Checkout uses: actions/checkout@v4