We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ba710 commit a2de57dCopy full SHA for a2de57d
.github/workflows/microsoft-pr.yml
@@ -34,8 +34,9 @@ jobs:
34
build-website:
35
name: "Build the website"
36
permissions: {}
37
+ if: github.base_ref == 'main'
38
uses: ./.github/workflows/microsoft-build-website.yml
39
npm-publish-dry-run:
40
name: "NPM Publish (Dry Run)"
41
- uses: ./.github/workflows/microsoft-npm-publish-dry-run.yml
42
+ uses: ./.github/workflows/microsoft-npm-publish-dry-run.yml
0 commit comments