Skip to content

Commit 8a30cfb

Browse files
Alexey Panfilovclaude
andcommitted
ci: run Docker build on workflow_dispatch too
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49179b9 commit 8a30cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Docker Build & Push
3636
needs: build
3737
runs-on: ubuntu-latest
38-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
38+
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
3939
steps:
4040
- uses: actions/checkout@v4
4141

0 commit comments

Comments
 (0)