test update of shields.yml

This commit is contained in:
Mikayla 2023-04-13 09:29:16 -04:00 committed by GitHub
parent 9b9ce7eae1
commit ba70aa31dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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