Skip to content

Merge pull request #1 from incentro-ecx/feature/maintenance-2024-10 #4

Merge pull request #1 from incentro-ecx/feature/maintenance-2024-10

Merge pull request #1 from incentro-ecx/feature/maintenance-2024-10 #4

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare
uses: ./.github/actions/prepare
- name: Run builds
run: pnpm build