From 434c579c890190d1ef1936bdbe6366ddae712c33 Mon Sep 17 00:00:00 2001 From: asardaes Date: Fri, 11 Feb 2022 23:55:03 +0100 Subject: [PATCH] Allow manual workflow runs --- .github/workflows/check-standard.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index a0de5cd7..f6653dfc 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -1,6 +1,7 @@ # For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag. # https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions on: + workflow_dispatch: push: branches: - master