Skip to content

Commit a2de57d

Browse files
authored
Update microsoft-pr.yml
1 parent f2ba710 commit a2de57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/microsoft-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
build-website:
3535
name: "Build the website"
3636
permissions: {}
37+
if: github.base_ref == 'main'
3738
uses: ./.github/workflows/microsoft-build-website.yml
3839
npm-publish-dry-run:
3940
name: "NPM Publish (Dry Run)"
4041
permissions: {}
41-
uses: ./.github/workflows/microsoft-npm-publish-dry-run.yml
42+
uses: ./.github/workflows/microsoft-npm-publish-dry-run.yml

0 commit comments

Comments
 (0)