Skip to content

Fix monitor demo applications #15

Fix monitor demo applications

Fix monitor demo applications #15

name: Monitor Theia extension CI
on:
push:
branches:
- main
paths:
- "node/monitor-theia/**"
# Publish when a workflow has changed (this is needed to detect version updates)
- ".github/workflows/ci-monitor-theia.yml"
- ".github/workflows/reuseable-npm.yml"
pull_request:
branches:
- main
paths:
- "node/monitor-theia/**"
release:
types:
- published
jobs:
call-reusable-npm-workflow:
uses: ./.github/workflows/reusable-npm.yml
with:
package_workspace: monitor-theia
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}