From 64449c66749f89c384efc63606ba32120cc11827 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Thu, 13 Apr 2023 09:41:56 -0400 Subject: [PATCH] restore shields action to just main branch --- .github/workflows/shields.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shields.yml b/.github/workflows/shields.yml index 3bf8913..50698af 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","devel"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: