Add manual GitHub Actions runs (#17000)

master
Eugen Rochko 2 years ago committed by GitHub
parent 48f8658d34
commit f603de1f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-image.yml

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

Loading…
Cancel
Save