Skip to content

Commit

Permalink
ci: allow workflow_dispatch (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis authored Jan 6, 2024
1 parent 86810e5 commit 78a5836
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- master
release-please--branches--master--components--nvim-tree

workflow_dispatch:

permissions:
contents: read

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- master
workflow_dispatch:

name: release-please
permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/semantic-pr-subject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- reopened
- edited
- synchronize
workflow_dispatch:

jobs:
semantic-pr-subject:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78a5836

Please sign in to comment.