Trigger Docker builds on folders content changes (#90)

This commit is contained in:
Slava 2023-12-18 16:42:23 +02:00 committed by GitHub
parent 974fc460c4
commit c4eceacafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ on:
tags:
- 'v*.*.*'
paths:
- Tools/BiblioTech
- 'Tools/BiblioTech/**'
- '!Tools/BiblioTech/docker/docker-compose.yaml'
- Framework
- ProjectPlugins
- 'Framework/**'
- 'ProjectPlugins/**'
- .github/workflows/docker-discordbot.yml
- .github/workflows/docker-reusable.yml
workflow_dispatch: