Skip to content

Commit bad1c47

Browse files
Merge pull request #117 from microsoft/copilot/add-workflow-dispatch-trigger
Add workflow_dispatch trigger to dockerBuildPush workflow
2 parents ae2fcd9 + c58bfca commit bad1c47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dockerBuildPush.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Push to Docker Hub
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- 'src/microbots/environment/local_docker/image_builder/Dockerfile'

0 commit comments

Comments
 (0)