Skip to content

Commit

Permalink
Removed branch filter
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Jan 25, 2024
1 parent 5707754 commit 4b60ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changelog_verifier.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "Changelog Verifier"
on:
pull_request:
push:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
pull_request:
branches: main
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ subprojects {
retry {
failOnPassedAfterRetry = false
maxRetries = 3
maxFailures = 5
maxFailures = 10
}
}
}
Expand Down

0 comments on commit 4b60ff3

Please sign in to comment.