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