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: