Skip to content

Commit

Permalink
ci(CI&CD): 🎡 upgrade CI (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: guozichun <[email protected]>
  • Loading branch information
github-actions[bot] and guotingchao authored Apr 24, 2024
1 parent 677b170 commit 7294538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: 🚀 Release

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
base: main
title: "Pull Request form Actions By ${{ github.actor }}"
body: "This is a pull request created by Actions"
commit-message: "Pull Request main into ${{ github.ref }}"
labels: "CI"
assignees: "guozichun"

0 comments on commit 7294538

Please sign in to comment.