mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
It is now working again
This commit is contained in:
parent
7e7edd6258
commit
7b02aaa834
1 changed files with 1 additions and 21 deletions
22
README.md
22
README.md
|
|
@ -9,27 +9,7 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
NEW: `yarn` support ✅ You are now free to use yarn instead of `npm` if you'd like to.
|
✅ NEW: `yarn` support You are now free to use yarn instead of `npm` if you'd like to.
|
||||||
|
|
||||||
⚠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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue