From d6e3f36cdd0447c931d61f5412ff0708481b0d64 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 6 Jun 2024 13:41:21 -0500 Subject: [PATCH] Only run dependency upload on master --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4fddfba9..6bcbd09d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,3 +33,4 @@ jobs: # Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + if: github.head_ref == 'refs/heads/master'