From e44e36e501acfa1561a1a6930d26d829a305b25c Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 20 Feb 2021 11:59:12 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 46c636d..f34ac23 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,26 @@ --- +⚠WARNING⚠: There is currently a problem with the initialization workflow that does not trigger automatically. +I am trying to adress the problem but for now the workaround is to manually edit `.github/workflow/template_initialization.yaml` +and replace: +```yaml +name: template_initialization +on: + create: + branches: + - develop +``` +by: +```yaml +name: template_initialization +on: + push: + branches: + - develop +``` +(Just remplace `create` by `push`) + # Presentation This template automates the boring and tedious tasks of: