Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Enable actions for revam24 branch
  • Loading branch information
jenshadlich committed Mar 28, 2024
1 parent bce5425 commit 7b704c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -10,7 +10,7 @@ name: Java CI with Maven

on:
push:
branches: [ "master" ]
branches: [ "master", "revamp24" ]
pull_request:
branches: [ "master" ]

Expand All @@ -32,4 +32,4 @@ jobs:

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

0 comments on commit 7b704c9

Please sign in to comment.