From f3bfe52c3fec2da4cf667b5b2ba8f2caa23e04e6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 13 Dec 2024 13:21:47 +0100 Subject: [PATCH] test: functionaltests --- .github/workflows/functional-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index e59050e2c6..d94be59c18 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -5,6 +5,10 @@ on: workflow_dispatch: ~ schedule: - cron: '0 3 * * 1-5' + # for testing purposes + push: + branches: + - test/funcionaltests permissions: contents: read