Skip to content

Commit

Permalink
Update and rename maven.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonoTyran authored Aug 5, 2024
1 parent 2ff85d0 commit bc846a2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/maven.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

name: Java CI with Maven

on:
push:
branches: [ "main" ]
on: [push, pull_request]

jobs:
build:
Expand All @@ -32,7 +30,3 @@ jobs:
with:
name: Package
path: staging

# 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@bb3f7338b5bd0e3b225d8082e26b7b6289e17ef3

0 comments on commit bc846a2

Please sign in to comment.