tweaked when github actions should run
This commit is contained in:
parent
49be4eaf61
commit
0ad2bb4e5e
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
@ -3,11 +3,14 @@ name: Build and Publish Docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- main
|
||||
- release
|
||||
tags:
|
||||
- 'beta-v*'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
# Trigger only for PRs that target main branch
|
||||
branches:
|
||||
- main
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user