From 7ac96ce308b254fbf19eaad6b7f27c69075df007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katherine=20H=C3=A9bert?= Date: Fri, 11 Nov 2022 15:50:49 -0500 Subject: [PATCH] is this a yml issue in the triggers? --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9b9ee2..b49f683 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,9 +2,12 @@ # and from https://quarto.org/docs/publishing/github-pages.html#example-knitr-with-renv on: push: - branches: main + branches: + - main pull_request: - branches: main + branches: + - main + workflow_dispatch: name: Quarto Publish