Skip to content

Update to support reflex >0.8.0 #69

Update to support reflex >0.8.0

Update to support reflex >0.8.0 #69

Workflow file for this run

name: CI
on:
push:
tags:
- "v*.*.*"
# branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/_reusable-ci.yml
with:
check_type: 'full'
environment: 'demo'
secrets: inherit