Skip to content

Commit

Permalink
ci(workflows): add pull request triggers in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed Jan 24, 2024
1 parent 099df2c commit 6bc1242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
# Trigger the workflow on any pull request
pull_request:
types: [opened, reopened, synchronize]

jobs:
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
Expand Down

0 comments on commit 6bc1242

Please sign in to comment.