re-enabled CI on feature/* branches

This commit is contained in:
joaquintides
2023-06-17 17:21:09 +02:00
parent 0440cd3183
commit 67913ed99a
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ local library = "unordered";
local triggers = local triggers =
{ {
branch: [ "master", "develop", "bugfix/*", "fix/*", "pr/*" ] 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' };

View File

@@ -15,6 +15,7 @@ on:
- master - master
- develop - develop
- bugfix/** - bugfix/**
- feature/**
- fix/** - fix/**
- pr/** - pr/**