use push instead of pull_request

This commit is contained in:
Daniel A. Wozniak 2025-01-31 15:36:29 -07:00 committed by Daniel Wozniak
parent bdcac9e38b
commit 3add99aa12

View file

@ -2,6 +2,9 @@ name: SSH Debug
run-name: "SSH Debug ${{ inputs.runner }}" run-name: "SSH Debug ${{ inputs.runner }}"
on: on:
pull_request: {} pull_request: {}
push:
branches:
- '**'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
runner: runner: