Update release and test workflows

This commit is contained in:
naiba
2023-11-28 23:18:29 +08:00
parent 354bc7c90f
commit 0e91a00076
4 changed files with 9 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
on-success:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -9,6 +9,7 @@ on:
- ".github/workflows/test-on-pr.yml"
- ".github/workflows/contributors.yml"
- ".github/workflows/sync.yml"
- ".github/workflows/release.yml"
- "README.md"
- ".goreleaser.yml"