From 20d81497749cdf0fbbf8a128e722e7e987f409cc Mon Sep 17 00:00:00 2001 From: lkhsss Date: Sat, 21 Jun 2025 15:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=87=AA=E5=8A=A8=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 ++++--- .github/workflows/gitea.yml | 12 ++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/gitea.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e5fbab..4224d7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,10 @@ name: Release on: - push: - tags: - - "v*.*.*" + workflow_dispatch: + # push: + # tags: + # - "v*.*.*" jobs: release: diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml new file mode 100644 index 0000000..fab5b7d --- /dev/null +++ b/.github/workflows/gitea.yml @@ -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 +