Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-10-29 11:23:29 +0300
committerGitHub <noreply@github.com>2021-10-29 11:23:29 +0300
commitffb3aa8f767b7875111b72ee206f950bdc1c38fe (patch)
tree4468313794d30260e1c0ba90e3a9562b7ea8bc32 /.github
parent533e5f58c62ed0ab50095ed6180e762174cb57d4 (diff)
allow triggering vue build manually
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildvue.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/buildvue.yml b/.github/workflows/buildvue.yml
index 48b072652b..4d26ee1ae9 100644
--- a/.github/workflows/buildvue.yml
+++ b/.github/workflows/buildvue.yml
@@ -1,6 +1,7 @@
name: Build Vue files
on:
+ workflow_dispatch:
pull_request:
types: [synchronize]