Skip to content

Commit

Permalink
Merge branch 'main' into users/v-pnizetic/p2-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nizetic authored Jun 4, 2024
2 parents 6e6d52e + c0b173f commit 8f202bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-web-apps-AZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
app_build_command: 'npm run build:test'
output_location: 'build' # Built app content directory, relative to app_location - optional
env: # Add environment variables here
REACT_APP_STAGING_ENV: ${{ github.ref != 'refs/heads/prod' }}
REACT_APP_STAGING_ENV: ${{ github.ref != 'refs/heads/main' }}

0 comments on commit 8f202bb

Please sign in to comment.