Filter for path and remove tags

related #526
This commit is contained in:
Florian Kinder 2024-10-23 23:53:11 +02:00
parent 6060c7b722
commit 9562212254
2 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,10 @@ on:
push:
branches:
- master
tags:
- latest
paths:
- buildinfo.json
# workaround for #526
workflow_dispatch:
jobs:
build:

View File

@ -4,6 +4,10 @@ on:
push:
branches:
- master
paths:
- README.md
# workaround for #526
workflow_dispatch:
jobs:
docker-description: