Skip to content

Commit

Permalink
Allow manual re-runs for build & test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoberg committed Oct 26, 2024
1 parent 7fba7a4 commit ae04b89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Runs a gradle build for the entire project, and then runs all unit tests.

name: "Build & Test"

on:
# Automatically run on pushes directly to main.
push:
branches: [ main ]
# Automatically run on PRs off of main.
pull_request:
branches: [ main ]
# Allow manual re-reuns.
workflow_dispatch:

jobs:
build-and-test:
Expand Down

0 comments on commit ae04b89

Please sign in to comment.