Skip to content

Commit

Permalink
Merge pull request #6 from azachwill/devcommit6
Browse files Browse the repository at this point in the history
devcommit6
  • Loading branch information
awilliams1275 authored Aug 13, 2024
2 parents 1273e52 + d8604de commit aeb437d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
REF_NAME: ${{ github.ref_name }}
ALIAS: ${{ steps.deployment.outputs.env }}
run: |
set -x
npm install -g netlify-cli
# push main branch to production, others to preview --
if [ "${REF_NAME}" = "master" ] || [ "${REF_NAME}" = "main" ]; then
Expand Down

0 comments on commit aeb437d

Please sign in to comment.