fixed workflow branches
This commit is contained in:
parent
fdaa190df4
commit
6e031ea51a
9
.github/workflows/docker-publish.yml
vendored
9
.github/workflows/docker-publish.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user