GitHub Actions: Run with version tags and enabled manual run workflok

This commit is contained in:
Jéluchu 2024-11-26 12:20:53 +01:00
parent bf93194dc8
commit 81ffef20b4
1 changed files with 6 additions and 4 deletions

View File

@ -10,12 +10,14 @@ name: Publish Docker image
on:
push:
branches: [ v5 ]
#branches: [ v5 ]
tags:
- '[0-9]+.[0-9]+.[0-9]+'
paths:
- 'src/*'
- '!src/main/resources/*'
- 'v[0-9]+.[0-9]+.[0-9]+'
#paths:
# - 'src/*'
# - '!src/main/resources/*'
workflow_dispatch:
jobs:
build-and-push: