From 3bc98397a1b6ca13af52b4ca6f267bdd921e035c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Garc=C3=ADa=20Rey?= Date: Tue, 23 Aug 2022 19:01:59 +0200 Subject: [PATCH] feat(infra): Fix a warning triggered by the use of `on` in yaml (cf. https://github.com/adrienverge/yamllint/issues/430) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1db531..1c68c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ --- name: ci -on: +# https://github.com/adrienverge/yamllint/issues/430 +"on": push: pull_request: # Allows you to run this workflow manually from the Actions tab