drone: Switch to ref trigger

This commit is contained in:
Dominik Schmidt 2019-11-28 16:28:37 +01:00 committed by Dominik Schmidt
parent ef4c7cf73a
commit 96e2cedfa8

View File

@ -139,10 +139,10 @@ def build_and_test_client(ctx, c_compiler, cxx_compiler, build_type, generator):
},
],
"trigger": {
"event": [
"push",
"pull_request",
"tag",
"ref": [
"refs/heads/master",
"refs/tags/**",
"refs/pull/**",
],
},
}
@ -254,10 +254,10 @@ def build_client_docs(ctx):
})),
],
"trigger": {
"event": [
"push",
"pull_request",
"tag",
"ref": [
"refs/heads/master",
"refs/tags/**",
"refs/pull/**",
],
},
}