Skip to content

Commit 9684cc8

Browse files
author
tudor
committed
add workflow_dispatch
1 parent 0f28f07 commit 9684cc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test Docker on GitHub Actions
22

33
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- master
4+
workflow_dispatch:
5+
inputs:
6+
message:
7+
description: 'Test docker running'
88

99
jobs:
1010
run_container:

0 commit comments

Comments
 (0)