We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcac9e commit 3add99aCopy full SHA for 3add99a
.github/workflows/ssh-debug.yml
@@ -2,6 +2,9 @@ name: SSH Debug
2
run-name: "SSH Debug ${{ inputs.runner }}"
3
on:
4
pull_request: {}
5
+ push:
6
+ branches:
7
+ - '**'
8
workflow_dispatch:
9
inputs:
10
runner:
0 commit comments