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: on:
push: push:
branches: [ v5 ] #branches: [ v5 ]
tags: tags:
- '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
paths: - 'v[0-9]+.[0-9]+.[0-9]+'
- 'src/*' #paths:
- '!src/main/resources/*' # - 'src/*'
# - '!src/main/resources/*'
workflow_dispatch:
jobs: jobs:
build-and-push: build-and-push: