mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
use push instead of pull_request
This commit is contained in:
parent
bdcac9e38b
commit
3add99aa12
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ssh-debug.yml
vendored
3
.github/workflows/ssh-debug.yml
vendored
|
@ -2,6 +2,9 @@ name: SSH Debug
|
|||
run-name: "SSH Debug ${{ inputs.runner }}"
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
runner:
|
||||
|
|
Loading…
Add table
Reference in a new issue