Skip to content

Commit

Permalink
Merge pull request #2926 from popsql/bugfix-workflow-publish
Browse files Browse the repository at this point in the history
Only run publish workflow on main monaco-editor repo
  • Loading branch information
hediet authored Feb 2, 2022
2 parents bcc7fd4 + 259196b commit 4c068a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
default: 'true'
jobs:
publish:
if: github.repository == "microsoft/monaco-editor"
name: Publish to npm
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4c068a7

Please sign in to comment.