Updated Action to not upload pull requests (#7)

* Trying to understand github object

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed Workflow

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* some more tests

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-23 16:49:28 +02:00
committed by GitHub
parent d5638674a2
commit 20ed7740a3
3 changed files with 11 additions and 5 deletions

View File

@ -6,3 +6,7 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_size = 2
indent_style = space