Skip to content

Commit

Permalink
Update mavenbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guulp authored Dec 22, 2023
1 parent 9c4aa98 commit 9453897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mavenbuild.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java CI

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand All @@ -14,4 +14,4 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
run: mvn --batch-mode --update-snapshots package

0 comments on commit 9453897

Please sign in to comment.