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: