From 55b31bf1c5fc08c10a0a7d3e1eaac4a0db582006 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Tue, 24 Sep 2024 12:18:47 -0400 Subject: [PATCH] remove null from template workflows --- .../workflows/templates/matrix-and-codecov-on-merge-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates/matrix-and-codecov-on-merge-to-main.yml b/.github/workflows/templates/matrix-and-codecov-on-merge-to-main.yml index 2622e07..4e564b3 100644 --- a/.github/workflows/templates/matrix-and-codecov-on-merge-to-main.yml +++ b/.github/workflows/templates/matrix-and-codecov-on-merge-to-main.yml @@ -8,7 +8,7 @@ on: types: - prereleased - published - workflow_dispatch: null + workflow_dispatch: jobs: coverage: