summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Bernardo <samuel@lip.pt>2020-12-06 17:26:17 +0000
committerBrian May <brian@linuxpenguins.xyz>2020-12-28 10:20:46 +1100
commit65b139ff6e22e92b72e503a10168d151d980a192 (patch)
tree71098b6096e272d23ca01031f8da0adc27a38cdd
parent76b8b83e22267ca7da0cd5102fc926cecf20cb1a (diff)
Add current branch to github workflow for testing
Signed-off-by: Samuel Bernardo <samuel@lip.pt>
-rw-r--r--.github/workflows/pythonpackage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index fc178c6..ed80249 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -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: