Skip to content

Commit

Permalink
Update website-deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jun 12, 2024
1 parent c109e5a commit 7f1f38d
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 7f1f38d

Please sign in to comment.