Skip to content

Commit 9b95bd0

Browse files
authored
Correct running Maven Dependency Submission on master
1 parent 2e5551f commit 9b95bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
4444
- name: Update dependency graph
4545
uses: advanced-security/maven-dependency-submission-action@b275d12641ac2d2108b2cbb7598b154ad2f2cee8 # v5.0.0
46-
if: github.head_ref == 'refs/heads/master' && matrix.java_version == env.DEFAULT_JAVA_VERSION && matrix.jruby_version == env.DEFAULT_JRUBY_VERSION
46+
if: github.ref == 'refs/heads/master' && matrix.java_version == env.DEFAULT_JAVA_VERSION && matrix.jruby_version == env.DEFAULT_JRUBY_VERSION
4747

4848
appraisals:
4949
needs: build

0 commit comments

Comments
 (0)