Skip to content

chore(ci): Deploy example always #21

chore(ci): Deploy example always

chore(ci): Deploy example always #21

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test:
name: Test
uses: ./.github/workflows/test.yaml
deploy:
name: Deploy
needs:
- test
permissions:
contents: write
uses: ./.github/workflows/deploy_example.yaml
with:
force: true