From b58d6d249b7856ab96de39e68e7871d9db8de03c Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Thu, 21 Mar 2024 16:04:20 -0700 Subject: [PATCH] debug workflow --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 066496b..cf2f244 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,6 +1,6 @@ name: Declarative Tests run-name: ${{ gitea.actor }} testing -on: [push] +on: [push, workflow_dispatch] jobs: Explore-Gitea-Actions: