Skip to content

Commit

Permalink
added a workflow_dispatch event for manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MinuraPunchihewa committed May 31, 2024
1 parent 9fbc332 commit 0fce8a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bump-mindsdb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
repository_dispatch:
types: [completed]

workflow_dispatch:
inputs:
version:
description: "Version to bump to"
required: true

jobs:
bump-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fce8a0

Please sign in to comment.