Skip to content

Commit 410af41

Browse files
committed
fix(ci): run Lean image builds on dispatch
1 parent 962ece9 commit 410af41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lean-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
jobs:
3030
build-pr:
3131
name: Build ${{ matrix.image }}
32-
if: github.event_name == 'pull_request'
32+
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
3333
runs-on: ubuntu-latest
3434
timeout-minutes: 30
3535
strategy:

0 commit comments

Comments
 (0)