From 0cad37aa0c4e7c742614b77bce1755f8c1b803d6 Mon Sep 17 00:00:00 2001 From: nilsnolde Date: Mon, 17 Jun 2024 08:37:23 +0200 Subject: [PATCH] add manual trigger to testing pipeline --- .github/workflows/test-ubuntu.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 2328ae3..5a0ae82 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -5,8 +5,9 @@ on: branches: - master paths-ignore: - - '.gitignore' - - '**.md' + - ".gitignore" + - "**.md" + workflow_dispatch: jobs: build: