From 3146f59817f8bb4e332bc9ea3a729d1a11197871 Mon Sep 17 00:00:00 2001 From: Eli Holmes Date: Wed, 17 Apr 2024 14:18:43 -0700 Subject: [PATCH] track pkgdown branch --- .github/workflows/call-update-pkgdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-update-pkgdown.yml b/.github/workflows/call-update-pkgdown.yml index 58c9c154..fc0d5468 100644 --- a/.github/workflows/call-update-pkgdown.yml +++ b/.github/workflows/call-update-pkgdown.yml @@ -5,7 +5,7 @@ name: call-update-pkgdown on: # this workflow runs on pushes to main or master or any time a new tag is pushed push: - branches: [main, master] + branches: [pkgdown] tags: ['*'] jobs: call-workflow: