mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
Add workflow_dispatch to github actions
Signed-off-by: Samuel Bernardo <samuel@lip.pt>
This commit is contained in:
parent
65b139ff6e
commit
d5cceb3e42
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
branches: [ master, tproxy_mark_param ]
|
||||
pull_request:
|
||||
branches: [ master, tproxy_mark_param ]
|
||||
workflow_dispatch:
|
||||
branches: [ tproxy_mark_param ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user