更改自动测试
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -2,9 +2,10 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# tags:
|
||||
# - "v*.*.*"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
12
.github/workflows/gitea.yml
vendored
Normal file
12
.github/workflows/gitea.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user