ci: allow workflow_dispatch (#2620)

This commit is contained in:
Alexander Courtis 2024-01-07 10:20:23 +11:00 committed by GitHub
parent 86810e5c0b
commit 78a5836092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@ on:
- master - master
release-please--branches--master--components--nvim-tree release-please--branches--master--components--nvim-tree
workflow_dispatch:
permissions: permissions:
contents: read contents: read

View File

@ -2,6 +2,8 @@ on:
push: push:
branches: branches:
- master - master
workflow_dispatch:
name: release-please name: release-please
permissions: permissions:
contents: write contents: write

View File

@ -6,6 +6,8 @@ on:
- reopened - reopened
- edited - edited
- synchronize - synchronize
workflow_dispatch:
jobs: jobs:
semantic-pr-subject: semantic-pr-subject:
runs-on: ubuntu-latest runs-on: ubuntu-latest