summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2021-03-16 08:28:54 +1100
committerBrian May <brian@linuxpenguins.xyz>2021-03-16 08:29:14 +1100
commit97076a9390566a0fb396d2f1ae5de29760d886d6 (patch)
treeb12a146d734550b51f14b64640b2eae1d3f7692a /.github
parentdd661e97287789ce7aee241d91b456706be3227f (diff)
Adjust branches, remove temporary branches
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 3335508..d2deece 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -5,11 +5,11 @@ name: Python package
on:
push:
- branches: [ master, tproxy_mark_param ]
+ branches: [ master ]
pull_request:
- branches: [ master, tproxy_mark_param ]
+ branches: [ master ]
workflow_dispatch:
- branches: [ tproxy_mark_param ]
+ branches: [ master ]
jobs:
build: