Skip to content

chore: use one .env file for plugin config #79

chore: use one .env file for plugin config

chore: use one .env file for plugin config #79

Workflow file for this run

name: Build (CI)
on:
pull_request:
push:
branches: [ 'main', 'develop' ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
Build:
name: Build (${{ matrix.os }})
uses: ./.github/workflows/reusable.build.yml
strategy:
fail-fast: true
matrix:
os: [ 'macos-13', 'windows-2022' ]
with:
os: ${{ matrix.os }}
build_type: Release