summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-11-17 14:07:59 -0500
committerJason Wray <jason@mapbox.com>2017-11-20 12:31:59 -0500
commit34fe323924896ba7d3a1fc07174c8b528b013f55 (patch)
tree4019313893c851a8f41686b0715ac9bd8f0c9f29
parenta8ad619104a8eba25e7d78604fd08141913d53a7 (diff)
downloadqtlocation-mapboxgl-34fe323924896ba7d3a1fc07174c8b528b013f55.tar.gz
[node, build] Don't fail on non-node tags
-rw-r--r--platform/node/bitrise.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/bitrise.yml b/platform/node/bitrise.yml
index fab3093d6e..3cc27008e4 100644
--- a/platform/node/bitrise.yml
+++ b/platform/node/bitrise.yml
@@ -4,6 +4,8 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- tag: "node-v*"
workflow: publish
+- tag: "*"
+ workflow: primary
- push_branch: "*"
workflow: primary
- pull_request_target_branch: "*"