mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Only run publish workflow on main monaco-editor repo
Signed-off-by: Matthew Peveler <matt@popsql.com>
This commit is contained in:
parent
1134d5e82b
commit
7ec6ac210f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
|||
default: 'true'
|
||||
jobs:
|
||||
publish:
|
||||
if: github.repository == "microsoft/monaco-editor"
|
||||
name: Publish to npm
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue