Skip to content

Commit

Permalink
Revert "Add temporary trigger branch to test"
Browse files Browse the repository at this point in the history
This reverts commit c7d642e.
  • Loading branch information
slesaad committed Nov 15, 2023
1 parent 2aade12 commit 2d1b9f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
branches:
- main
- develop
- subpath-deployment

env:
NODE: 16
Expand All @@ -28,8 +27,6 @@ jobs:
echo "env_name=production" >> $GITHUB_OUTPUT
elif [ "${{ github.ref }}" = "refs/heads/develop" ]; then
echo "env_name=staging" >> $GITHUB_OUTPUT
elif [ "${{ github.ref }}" = "refs/heads/subpath-deployment" ]; then
echo "env_name=staging" >> $GITHUB_OUTPUT
fi
- name: Print the environment
run: echo "The environment is ${{ steps.define_environment.outputs.env_name }}"
Expand Down

0 comments on commit 2d1b9f9

Please sign in to comment.