Update CI

This commit is contained in:
IgorVolochay
2026-08-25 15:39:44 +03:00
parent ce25f4d143
commit 0c55cae3ef
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
docker-build: docker-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [mypy, pytest] needs: [mypy, pytest]
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4