Skip to content

Commit

Permalink
Update java-autoformat.yml
Browse files Browse the repository at this point in the history
Have auto-formatter trigger when more commits are added to a pull request
  • Loading branch information
charlestian23 authored Feb 13, 2024
1 parent 92ed811 commit 25b884e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/java-autoformat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Java Code Auto Format
on: pull_request
on:
pull_request_target:
types: [opened, synchronize]

jobs:
format:
Expand Down

0 comments on commit 25b884e

Please sign in to comment.