From bc1862763ca9d3eab65b45ea6c0685ab28b789f8 Mon Sep 17 00:00:00 2001 From: laestrada Date: Thu, 24 Aug 2023 16:47:35 -0400 Subject: [PATCH] update shell manifest action to only update on pushes to dev or dev-2.0 --- .github/workflows/shell_var_manifest.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/shell_var_manifest.yml b/.github/workflows/shell_var_manifest.yml index 6c3aad2e..93430e55 100644 --- a/.github/workflows/shell_var_manifest.yml +++ b/.github/workflows/shell_var_manifest.yml @@ -2,9 +2,10 @@ name: Build Shell Variable Manifest # This github action automatically runs src/utilities/generate_var_manifest.py # and commits the resulting src/components/shell_variable_manifest.md to the repo on: - pull_request: + push: branches: - - "*" + - "dev" + - "dev-2.0" jobs: build: @@ -15,8 +16,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.ref }} # Set environment variables based on the last commit - name: Set environment variable "commit-message"