Skip to content

Commit

Permalink
[Bug fix] Allowing manually update wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYen-Chen authored Nov 7, 2024
1 parent b7a9b19 commit 7cc34dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-doc-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
job-copy-doc-to-wiki:
if: github.event.pull_request.merged == true
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 7cc34dd

Please sign in to comment.