Skip to content

Commit

Permalink
fix(ci): rename the title [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Apr 7, 2024
1 parent b99c1ee commit 20567bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: beta Build Monkey Script
name: beta build

on:
workflow_dispatch:
push:
branches-ignore:
- monkey
tags-ignore:
# 发 release 时不触发构建
- v*
paths-ignore:
- '**.md'
- '.github/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Monkey Script and webapp
name: Release apps

on:
workflow_dispatch:
Expand Down

0 comments on commit 20567bf

Please sign in to comment.