From 3b1e414f1f2ba8e8c91f100df9703646f524b3c8 Mon Sep 17 00:00:00 2001 From: sergiomartins8 Date: Wed, 17 Jan 2024 09:33:21 +0000 Subject: [PATCH] Enable workflow dispatch trigger --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 1982319..b7317b8 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1,6 +1,6 @@ name: Espresso Tests -on: [ push ] +on: [ push, workflow_dispatch ] jobs: build: