Skip to content

Commit 3add99a

Browse files
committed
use push instead of pull_request
1 parent bdcac9e commit 3add99a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ssh-debug.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: SSH Debug
22
run-name: "SSH Debug ${{ inputs.runner }}"
33
on:
44
pull_request: {}
5+
push:
6+
branches:
7+
- '**'
58
workflow_dispatch:
69
inputs:
710
runner:

0 commit comments

Comments
 (0)