Skip to content

Commit

Permalink
Merge pull request #4757 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Update website-deploy-prod.yml
  • Loading branch information
NikCharlebois authored Jun 12, 2024
2 parents c109e5a + 7f1f38d commit 399a7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

jobs:
build:
if: github.repository == 'microsoft/Microsoft365DSC' && github.event.ref == 'refs/heads/master'
if: github.repository == 'microsoft/Microsoft365DSC' && github.event.ref == 'refs/heads/Master'
runs-on: ubuntu-latest
environment:
name: PROD
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
path: ${{ github.workspace }}/generator/build

deploy_prod:
if: github.repository == 'microsoft/Microsoft365DSC' && github.event.ref == 'refs/heads/master'
if: github.repository == 'microsoft/Microsoft365DSC' && github.event.ref == 'refs/heads/Master'
runs-on: ubuntu-latest
environment:
name: PROD
Expand Down

0 comments on commit 399a7a0

Please sign in to comment.