diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 0a49007a50..78c20c3d4e 100644 --- a/.github/workflows/action-format.yml +++ b/.github/workflows/action-format.yml @@ -3,6 +3,7 @@ name: 'javascript / format' on: issue_comment: types: [created] + workflow_dispatch: jobs: format: diff --git a/.github/workflows/action-sync.yml b/.github/workflows/action-sync.yml index 7a3c59ec7d..d9b34a9ed5 100644 --- a/.github/workflows/action-sync.yml +++ b/.github/workflows/action-sync.yml @@ -3,6 +3,7 @@ name: 'javascript / sync' on: issue_comment: types: [created] + workflow_dispatch: jobs: format: diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 6866ed333e..8fb1872e5a 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -6,6 +6,7 @@ name: javascript / main on: push: branches: [main] + workflow_dispatch: jobs: precheck: