Skip to content

NXT-573: Added Vite bundler #59

NXT-573: Added Vite bundler

NXT-573: Added Vite bundler #59

Workflow file for this run

name: CI
on:
push:
branches:
- develop
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
concurrency:
group: ci-branch-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
branch:
uses: ./.github/workflows/ci-reusable.yml
with:
checkout-ref: ${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit