Browse Source

Add manual GitHub Actions runs (#17000)

Eugen Rochko 2 years ago
parent
commit
2c83b9076d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build-image.yml

+ 1 - 0
.github/workflows/build-image.yml

@@ -1,5 +1,6 @@
 name: Build container image
 on:
+  workflow_dispatch:
   push:
     branches:
       - "main"