Browse Source

[ci] add workflow_dispatch

Meco Man 1 year ago
parent
commit
a0ee4353e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/action.yml

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

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