diff --git a/.github/workflows/save-readme.yml b/.github/workflows/save-readme.yml index 696f0caf..9c66699c 100644 --- a/.github/workflows/save-readme.yml +++ b/.github/workflows/save-readme.yml @@ -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