From ba70aa31dcd8af3d223becf833acb9fbf427ffb8 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Thu, 13 Apr 2023 09:29:16 -0400 Subject: [PATCH] test update of shields.yml --- .github/workflows/shields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shields.yml b/.github/workflows/shields.yml index 6790d7e..3bf8913 100644 --- a/.github/workflows/shields.yml +++ b/.github/workflows/shields.yml @@ -4,7 +4,7 @@ name: Deploy Component Versions on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main","devel"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -41,7 +41,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload shields JSON - path: '.' + path: 'shields/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2