Add current branch to github workflow for testing

Signed-off-by: Samuel Bernardo <samuel@lip.pt>
This commit is contained in:
Samuel Bernardo 2020-12-06 17:26:17 +00:00 committed by Brian May
parent 76b8b83e22
commit 65b139ff6e

View File

@ -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: