mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
Add current branch to github workflow for testing
Signed-off-by: Samuel Bernardo <samuel@lip.pt>
This commit is contained in:
parent
76b8b83e22
commit
65b139ff6e
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@ -5,9 +5,9 @@ name: Python package
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, tproxy_mark_param ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, tproxy_mark_param ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user