From 0e5e2487ad4f14b16506552f5fc3fb8f658b081b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Balc=C4=B1?= Date: Wed, 15 Jun 2022 23:07:21 +0300 Subject: [PATCH] Update check-release.yaml --- .github/workflows/check-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release.yaml b/.github/workflows/check-release.yaml index fb83c23..52a2a96 100644 --- a/.github/workflows/check-release.yaml +++ b/.github/workflows/check-release.yaml @@ -1,8 +1,8 @@ # 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: + workflow_dispatch: + push: # branches: # - main # - master