Skip to content

Commit d33d9c6

Browse files
committed
Add manual dispatch for the GitHub Action
It is useful if the image must be rebuilt to use the new stable version of the Rust compiler
1 parent 5323d42 commit d33d9c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Docker Build Workflow
22

33
on:
4+
workflow_dispatch:
5+
46
push:
57
branches:
68
- master

0 commit comments

Comments
 (0)