Build docker image only on tags

This commit is contained in:
Alejandro Celaya
2023-07-09 09:45:46 +02:00
parent 57a36204db
commit 8b495064b2
2 changed files with 2 additions and 10 deletions

View File

@@ -2,16 +2,6 @@ name: Build and publish docker image
on:
push:
paths-ignore:
- 'LICENSE'
- '.*'
- '*.md'
- '*.xml'
- '*.yml*'
- '*.json5'
- '*.neon'
branches:
- develop
tags:
- 'v*'