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

This commit is contained in:
Christian Mazakas
2023-03-03 11:17:38 -08:00
parent 86318c1e88
commit 5c63cd2bdb
+1 -1
View File
@@ -6,7 +6,7 @@ local library = "unordered";
local triggers =
{
branch: [ "master", "develop", "feature/*", "bugfix/*" ]
branch: [ "master", "develop", "feature/*", "bugfix/*", "fix/*", "pr/*" ]
};
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };