From 51fbd7a412668e4e8d72d7380b09d9f6c7056321 Mon Sep 17 00:00:00 2001 From: David Herman Date: Sat, 30 Mar 2024 22:23:55 -0700 Subject: [PATCH] Add workflow_dispatch option to test --- .github/workflows/gradle-test-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle-test-all.yml b/.github/workflows/gradle-test-all.yml index a3e04f2..88ccf36 100644 --- a/.github/workflows/gradle-test-all.yml +++ b/.github/workflows/gradle-test-all.yml @@ -2,6 +2,7 @@ name: tests # Note: name shows up in a badge. Be careful about renaming. on: + workflow_dispatch: push: branches: [ main ]