From 4594026e37b5e0c95321395fe97400c8d1acd100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alicia=20Fern=C3=A1ndez=20Pushkina?= <79641793+aliciafp15@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:22:28 +0200 Subject: [PATCH] intento de actualizacion tras commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit añadidas líneas 6,7 y 8 para probar si funciona --- .github/workflows/lomap_es6b.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lomap_es6b.yml b/.github/workflows/lomap_es6b.yml index fc8d9552..19399dcf 100644 --- a/.github/workflows/lomap_es6b.yml +++ b/.github/workflows/lomap_es6b.yml @@ -3,6 +3,9 @@ name: CI for LOMAP_ES6B on: release: types: [published] + push: + branches: + - master jobs: unit-test-webapp: