Update drone to run using the same branches as listed in GHA's ci.yml

This commit is contained in:
Christian Mazakas 2023-02-27 10:07:40 -08:00
parent 86318c1e88
commit 5c63cd2bdb

View File

@ -6,7 +6,7 @@ local library = "unordered";
local triggers = local triggers =
{ {
branch: [ "master", "develop", "feature/*", "bugfix/*" ] branch: [ "master", "develop", "feature/*", "bugfix/*", "fix/*", "pr/*" ]
}; };
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' }; local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };