Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chandru-iamneo authored Feb 22, 2024
1 parent 4d858f7 commit c433609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Check Commit Message
run: |
if contains( Submit project save commit 2/22/2024 4:31:56 PM , 'Submit project save commit')
run: |
echo 'Submit project save commit executed!'
- name: Move Pom.xml to Root
run: mv .github/workflows/pom.xml ./pom.xml
- name: Build and analyze
Expand Down

0 comments on commit c433609

Please sign in to comment.