Update README.md

This commit is contained in:
Garrone Joseph 2021-02-20 11:59:12 +01:00 committed by GitHub
parent 300015494d
commit e44e36e501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: