Skip to content

Commit

Permalink
ci(github-actions): add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Nov 16, 2023
1 parent 12db903 commit 56cbddf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ name: 馃攷 Continuous Integration
on:
push:
pull_request:
workflow_dispatch:
inputs:
os:
description: 'Operating system'
required: true
default: 'ubuntu-latest'
nvim:
description: 'Neovim version'
required: true
default: 'nightly'
branch:
description: 'Branch to test'
required: true
default: 'main'
jobs:
tests:
name: 馃ゼ Tests
Expand Down

0 comments on commit 56cbddf

Please sign in to comment.