From 78a5836092617205a999aefc75be1d842c299cbc Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 7 Jan 2024 10:20:23 +1100 Subject: [PATCH] ci: allow workflow_dispatch (#2620) --- .github/workflows/ci.yml | 2 ++ .github/workflows/release-please.yml | 2 ++ .github/workflows/semantic-pr-subject.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55e8f05b..6bc96916 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 a403dc29..93de5fb2 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 a1ef9d6c..35c643e5 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