Skip to content

Commit

Permalink
added workflow to build snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Feb 10, 2025
1 parent bb3861f commit 973cf4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Java CI

on:
workflow_dispatch:
inputs:
branch:
description: "The branch to use to run from."
required: true
default: "main"

on:
pull_request:
push:
Expand Down

0 comments on commit 973cf4c

Please sign in to comment.