Skip to content

Commit

Permalink
Adjusting dispatch in order to run a test
Browse files Browse the repository at this point in the history
  • Loading branch information
cshannon2 committed Jan 15, 2025
1 parent 23cd9de commit 44bed06
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/pass-documentation-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@ 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

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}} )
Expand Down

0 comments on commit 44bed06

Please sign in to comment.