Skip to content

Commit e976709

Browse files
committed
add manual dispatch to docker workflows
1 parent 5aa1005 commit e976709

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docker Latest
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 2.x

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docker Release
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [ created ]
67

0 commit comments

Comments
 (0)