Skip to content

Commit ba25c23

Browse files
authored
Disabling breaking changes check on main (opensearch-project#13283)
Signed-off-by: Peter Nied <peternied@hotmail.com>
1 parent c4843c9 commit ba25c23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/detect-breaking-change.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Detect Breaking Changes"
22
on:
3-
pull_request
3+
pull_request:
4+
branches-ignore:
5+
- main # This branch represents a to-be-released version of OpenSearch where breaking changes are allowed
46

57
jobs:
68
detect-breaking-change:

0 commit comments

Comments
 (0)