From 44bed06a94a07ff7825c60c8657a070429aab2e4 Mon Sep 17 00:00:00 2001 From: cshannon2 Date: Wed, 15 Jan 2025 14:21:57 -0500 Subject: [PATCH] Adjusting dispatch in order to run a test --- .../workflows/pass-documentation-release.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pass-documentation-release.yml b/.github/workflows/pass-documentation-release.yml index e398cfc..5b13a5f 100644 --- a/.github/workflows/pass-documentation-release.yml +++ b/.github/workflows/pass-documentation-release.yml @@ -2,15 +2,11 @@ name: "Publish: Release Documentation" run-name: Publish Documentation on: - workflow_dispatch: - inputs: - MAIN_BRANCH: - description: 'Branch Receiving the Merge' - required: true - DEVELOPMENT_BRANCH: - description: 'Branch that has content that needs to be Merged' - required: true - +# workflow_dispatch: + push: + branches: + - "cs/976" + permissions: contents: write @@ -18,9 +14,11 @@ jobs: Merge: runs-on: ubuntu-latest -# env: + env: # MAIN_BRANCH: main # DEVELOPMENT_BRANCH: development + MAIN_BRANCH: cs/ReleaseAutomationTest1 + DEVELOPMENT_BRANCH: cs/ReleaseAutomationTest2 steps: - name: Checkout Development ( ${{env.DEVELOPMENT_BRANCH}} )