Browse Source

Add manual GitHub Actions runs (#17000)

closed-social-v3
Eugen Rochko 2 years ago
committed by Claire
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 View File

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

Loading…
Cancel
Save