Skip to content

Commit

Permalink
Merge pull request #14 from mindsdb/feature/manual_workflow_trigger
Browse files Browse the repository at this point in the history
Added a workflow_dispatch Event for Manual Workflow Triggers
  • Loading branch information
ZoranPandovski authored Apr 11, 2024
2 parents 8ce556d + 0cf8081 commit 8cb54f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

workflow_dispatch:

jobs:
push-extension:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8cb54f0

Please sign in to comment.