Skip to content

Commit 1421924

Browse files
committed
Correct running Maven Dependency Submission on master
(cherry picked from commit 9b95bd0)
1 parent b63dff1 commit 1421924

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
@@ -38,7 +38,7 @@ jobs:
3838
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3939
- name: Update dependency graph
4040
uses: advanced-security/maven-dependency-submission-action@b275d12641ac2d2108b2cbb7598b154ad2f2cee8 # v5.0.0
41-
if: github.head_ref == 'refs/heads/master' && matrix.java_version == env.DEFAULT_JAVA_VERSION && matrix.jruby_version == env.DEFAULT_JRUBY_VERSION
41+
if: github.ref == 'refs/heads/master' && matrix.java_version == env.DEFAULT_JAVA_VERSION && matrix.jruby_version == env.DEFAULT_JRUBY_VERSION
4242

4343
appraisals:
4444
needs: build

0 commit comments

Comments
 (0)