mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
Attempt to disable extraneous runs on CI
This commit is contained in:
@ -6,7 +6,7 @@ local library = "unordered";
|
|||||||
|
|
||||||
local triggers =
|
local triggers =
|
||||||
{
|
{
|
||||||
branch: [ "master", "develop", "feature/*", "bugfix/*", "fix/*", "pr/*" ]
|
branch: [ "master", "develop", "bugfix/*", "fix/*", "pr/*" ]
|
||||||
};
|
};
|
||||||
|
|
||||||
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };
|
local ubsan = { UBSAN: '1', UBSAN_OPTIONS: 'print_stacktrace=1' };
|
||||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -15,7 +15,6 @@ on:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- bugfix/**
|
- bugfix/**
|
||||||
- feature/**
|
|
||||||
- fix/**
|
- fix/**
|
||||||
- pr/**
|
- pr/**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user