소스 검색

[ci] add workflow_dispatch

Meco Man 1 년 전
부모
커밋
a0ee4353e1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/action.yml

+ 1 - 0
.github/workflows/action.yml

@@ -20,6 +20,7 @@ on:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
+  workflow_dispatch:
 
 permissions:
   contents: read # to fetch code (actions/checkout)