Merge pull request #2926 from popsql/bugfix-workflow-publish

Only run publish workflow on main monaco-editor repo
This commit is contained in:
Henning Dieterichs 2022-02-02 10:46:45 +01:00 committed by GitHub
commit 4c068a7b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ on:
default: 'true'
jobs:
publish:
if: github.repository == "microsoft/monaco-editor"
name: Publish to npm
runs-on: ubuntu-latest
steps: