Skip to content

feat(rust-plugins): 🎸 release farm v2-beta #238

feat(rust-plugins): 🎸 release farm v2-beta

feat(rust-plugins): 🎸 release farm v2-beta #238

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