更改自动测试
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
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