We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4843c9 commit ba25c23Copy full SHA for ba25c23
.github/workflows/detect-breaking-change.yml
@@ -1,6 +1,8 @@
1
name: "Detect Breaking Changes"
2
on:
3
- pull_request
+ pull_request:
4
+ branches-ignore:
5
+ - main # This branch represents a to-be-released version of OpenSearch where breaking changes are allowed
6
7
jobs:
8
detect-breaking-change:
0 commit comments