更改自动测试

This commit is contained in:
lkhsss
2025-06-21 15:33:44 +08:00
parent 0fcae66f54
commit 20d8149774
2 changed files with 16 additions and 3 deletions

View File

@ -2,9 +2,10 @@
name: Release name: Release
on: on:
push: workflow_dispatch:
tags: # push:
- "v*.*.*" # tags:
# - "v*.*.*"
jobs: jobs:
release: release:

12
.github/workflows/gitea.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Gitea Actions Demo
on:
workflow_dispatch:
# push:
jobs:
Explore-Gitea-Actions:
runs-on: rust-latest
steps:
- name: 编译
run: |
cargo b -r