fixed workflow branches

This commit is contained in:
Deepak Prabhakara 2022-03-15 00:36:03 +00:00
parent fdaa190df4
commit 6e031ea51a

View File

@ -3,7 +3,14 @@ name: Build and Publish Docker
on:
push:
branches:
- 'main'
- '*'
tags:
- 'beta-v*'
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-and-push-docker-image: