Skip to content

Commit

Permalink
Merge pull request #123 from contentstack/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
NamrataSane authored Jul 29, 2024
2 parents a96d0ab + dff13c3 commit 8965d3e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/oxygen-deployment-1000011823.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
name: Storefront 1000011823

on:
release:
types: [created]
workflow_dispatch:
inputs:
BranchToDeploy:
Expand All @@ -16,6 +14,7 @@ on:
options:
- development
- staging
- main


permissions:
Expand All @@ -31,11 +30,7 @@ jobs:
- name: BranchSelector
id: BranchSelector
run: |
if [[ "${{ github.event_name }}" == "release" ]]; then
echo "BranchName=main" >> $GITHUB_OUTPUT
else
echo "BranchName=${{inputs.BranchToDeploy}}" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8965d3e

Please sign in to comment.