Skip to content

Commit

Permalink
ci: Allow docker workflow to be run on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 18, 2024
1 parent c96ba5f commit 32fbb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker

on:
workflow_call:
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit 32fbb82

Please sign in to comment.