Skip to content

Commit

Permalink
Master GH CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 20, 2024
1 parent c1e96b3 commit 0b50339
Showing 1 changed file with 5 additions and 1 deletion.
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:
branches: [ master ]

permissions:
contents: read
Expand Down

0 comments on commit 0b50339

Please sign in to comment.