mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
300015494d
commit
e44e36e501
1 changed files with 20 additions and 0 deletions
20
README.md
20
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
|
# Presentation
|
||||||
|
|
||||||
This template automates the boring and tedious tasks of:
|
This template automates the boring and tedious tasks of:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue