This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 5418b4fac Update dependency-review.yml 5418b4fac is described below commit 5418b4fac0a7179dfbe85fab1c414db33b41b94b Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Sep 23 08:50:41 2024 -0400 Update dependency-review.yml --- .github/workflows/dependency-review.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 2d2a04d94..45730f25b 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,7 +16,10 @@ # under the License. name: 'Dependency Review' -on: [push, pull_request] +on: + pull_request: + branches: + - master permissions: contents: read