Skip to content

ci: update path of the preview build #121

ci: update path of the preview build

ci: update path of the preview build #121

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
jobs:
tests:
uses: ./.github/workflows/_tests.yml
secrets: inherit