ci: update path of the preview build #121
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |