Skip to content

fix(CI): update the yml files to fix the deploy job #3499

fix(CI): update the yml files to fix the deploy job

fix(CI): update the yml files to fix the deploy job #3499

Workflow file for this run

name: CI-on-push
on:
push:
branches-ignore:
- master
tags-ignore:
- '*'
jobs:
test:
uses: ./.github/workflows/test.yml
with:
python-version: "3.12"
secrets: inherit