Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run builds only on push to master and pull requests
  • Loading branch information
garydgregory committed Apr 3, 2026
commit 87349e514b2a5496405f53fc4cd973b29c01fc56
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@

name: Java CI

on: [push, pull_request]
on:
push:
branches:
- 'master'
pull_request: {}

permissions:
contents: read
Expand Down