diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55e8f05b656..6bc969161de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ on: - master release-please--branches--master--components--nvim-tree + workflow_dispatch: + permissions: contents: read diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a403dc291a3..93de5fb2bce 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,6 +2,8 @@ on: push: branches: - master + workflow_dispatch: + name: release-please permissions: contents: write diff --git a/.github/workflows/semantic-pr-subject.yml b/.github/workflows/semantic-pr-subject.yml index a1ef9d6cad4..35c643e5833 100644 --- a/.github/workflows/semantic-pr-subject.yml +++ b/.github/workflows/semantic-pr-subject.yml @@ -6,6 +6,8 @@ on: - reopened - edited - synchronize + workflow_dispatch: + jobs: semantic-pr-subject: runs-on: ubuntu-latest