Skip to content

Commit

Permalink
#153 💚 target correct branch on PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Jun 24, 2024
1 parent fb9ee60 commit 2936d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,3 @@ jobs:

- name: Test habushu-maven-plugin
run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false

# Optional: 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@v4
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Optional: 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@v4

0 comments on commit 2936d96

Please sign in to comment.