Skip to content

feat(js-plugins): support babel plugin & react compiler plugin #133

feat(js-plugins): support babel plugin & react compiler plugin

feat(js-plugins): support babel plugin & react compiler plugin #133

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- main
jobs:
call-rust-build:
if: github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'rust-plugins') || contains(github.event.pull_request.title, 'all'))
uses: ./.github/workflows/build.yaml
call-js-build:
if: github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'js-plugins') || contains(github.event.pull_request.title, 'all'))
uses: ./.github/workflows/js-plugin-build.yaml