extend CI workflow to trigger on task/** branches
Some checks failed
Build and Push MkDocs Docker Image / build-and-push (push) Failing after 50s
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Julien Fastré 2025-06-30 17:37:40 +02:00
parent 39064633ed
commit ba678bd2e6
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -5,6 +5,7 @@ on:
branches: branches:
- main - main
- master - master
- task/**
paths: paths:
- 'Dockerfile' - 'Dockerfile'
- 'user/**' - 'user/**'