新增 CI 工作流文件并删除 preview-publish 工作流
All checks were successful
/ another-job (push) Successful in 13s

This commit is contained in:
严浩
2024-09-30 14:37:00 +08:00
parent 9cf5d2c679
commit 9304665be8
2 changed files with 7 additions and 22 deletions

7
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,7 @@
on:
push:
jobs:
another-job:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions@main