Skip to content

Commit

Permalink
add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Nov 27, 2024
1 parent 0f28f07 commit 9684cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test Docker on GitHub Actions

on:
pull_request:
push:
branches:
- master
workflow_dispatch:
inputs:
message:
description: 'Test docker running'

jobs:
run_container:
Expand Down

0 comments on commit 9684cc8

Please sign in to comment.