summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSamuel Bernardo <samuel@lip.pt>2020-12-06 17:42:28 +0000
committerBrian May <brian@linuxpenguins.xyz>2020-12-28 10:20:46 +1100
commitd5cceb3e42824e6e5b007b2963b309271bf73462 (patch)
treea607cd37441598b6e001c5a7b4a0d394d4b6f048 /.github
parent65b139ff6e22e92b72e503a10168d151d980a192 (diff)
Add workflow_dispatch to github actions
Signed-off-by: Samuel Bernardo <samuel@lip.pt>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index ed80249..f0286bd 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -8,6 +8,8 @@ on:
branches: [ master, tproxy_mark_param ]
pull_request:
branches: [ master, tproxy_mark_param ]
+ workflow_dispatch:
+ branches: [ tproxy_mark_param ]
jobs:
build: