Skip to content

Commit

Permalink
更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhe-win committed Mar 5, 2025
1 parent 894712b commit ae12984
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/save-readme.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Save README on Branch Push

on:
label:
types: [created, edited]
push:
branches:
- "**" # 监听所有分支的推送事件

jobs:
save-readme:
runs-on: self-hosted
runs-on: [self-hosted, linux]

steps:
- name: Checkout repository
Expand Down

0 comments on commit ae12984

Please sign in to comment.