mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 15:13:59 +00:00
Update drone to run using the same branches as listed in GHA's ci.yml
This commit is contained in:
parent
86318c1e88
commit
5c63cd2bdb
@ -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' };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user