Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Sep 21, 2023
1 parent a4f2b1e commit 7cdc1d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Build Package with Maven

on:
push:
branches: [ "master" ]

pull_request_target:
branches: [ "master" ]

Expand Down Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Show pom.xml
run: cat pom.xml

- name: Build with Maven
run: mvn -B clean package -DskipTests --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

0 comments on commit 7cdc1d7

Please sign in to comment.