Skip to content

Fix: When Saving flix revert back to draft #36

Fix: When Saving flix revert back to draft

Fix: When Saving flix revert back to draft #36

Workflow file for this run

on:
push:
branches:
- main
jobs:
build-deploy-app:
strategy:
matrix:
app: [nuxt, strapi]
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
app: ${{ matrix.app }}