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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- main
|
||||||
|
- release
|
||||||
tags:
|
tags:
|
||||||
- 'beta-v*'
|
- 'beta-v*'
|
||||||
pull_request:
|
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
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user