Allow to run workflow manually

This commit is contained in:
Bruno Alla 2025-02-14 07:18:14 +00:00
parent 39f882ffb0
commit d8f3ad04f4

View File

@ -5,6 +5,8 @@ on:
paths:
- "{{cookiecutter.project_slug}}/requirements/local.txt"
- "{{cookiecutter.project_slug}}/compose/local/node/Dockerfile"
# Manual trigger
workflow_dispatch:
permissions:
contents: write