add on: [workflow_dispatch] to test github action

This commit is contained in:
Amruth Pillai
2022-11-23 13:55:15 +01:00
parent be700c7629
commit 6c6da215c8

View File

@ -1,8 +1,6 @@
name: Build and Push Docker Image
on:
release:
types: [published]
on: [workflow_dispatch]
jobs:
build_matrix: