Skip to content

update compiled output options #134

update compiled output options

update compiled output options #134

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: 🧪 Tests
on:
workflow_call:
push:
# Run this only on branches that are not main
branches-ignore:
- main
- beta
jobs:
tests:
uses: ./.github/workflows/_tests.yml
secrets: inherit