1 parent 962ece9 commit 410af41Copy full SHA for 410af41
1 file changed
.github/workflows/lean-images.yml
@@ -29,7 +29,7 @@ env:
29
jobs:
30
build-pr:
31
name: Build ${{ matrix.image }}
32
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
33
runs-on: ubuntu-latest
34
timeout-minutes: 30
35
strategy:
0 commit comments