Skip to content

Commit

Permalink
re-run java-checkstyle on label change
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-madlani authored Dec 14, 2023
1 parent 152384a commit ea7d5f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/java-checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
name: Java Checkstyle

on:
pull_request_target:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- main
- '0.[0-9]+.[0-9]+'
- "0.[0-9]+.[0-9]+"
pull_request_target:
types: [opened, synchronize, reopened, labeled]

permissions:
contents: read
Expand Down

0 comments on commit ea7d5f0

Please sign in to comment.