Skip to content

change JiaoZiFS to JZFS (#180) #180

change JiaoZiFS to JZFS (#180)

change JiaoZiFS to JZFS (#180) #180

Workflow file for this run

name: test
on:
push:
branches:
- main
- deployment/**
pull_request:
branches:
- '**'
jobs:
check:
uses: ./.github/workflows/basic_check.yml
# test:
# uses: ./.github/workflows/test.yml
deployment:
needs:
# # - test
- check
uses: ./.github/workflows/deployment.yml
secrets: inherit