tweaked when github actions should run

This commit is contained in:
Deepak Prabhakara 2024-04-05 22:04:46 +01:00
parent 49be4eaf61
commit 0ad2bb4e5e

View File

@ -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: