Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v2.7.1-SNAPSHOT' into v2.7.1-SNA…
Browse files Browse the repository at this point in the history
…PSHOT

# Conflicts:
#	.github/workflows/ci.yml
  • Loading branch information
frank-a-otc committed Oct 31, 2023
2 parents 2d6b075 + 37148fe commit 579465e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Java CI with Maven

on:
push:
branches: [ "master" ]
branches: [ "v2.7.1-SNAPSHOT" ]
pull_request:
branches: [ "master" ]

Expand All @@ -31,5 +31,5 @@ jobs:
run: mvn -B package --file pom.xml

# 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@571e99aab1055c2e71a1e2309b9691de18d6b7d6
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit 579465e

Please sign in to comment.