Skip to content

Commit

Permalink
Merge pull request #2 from ConnectAI-E/test
Browse files Browse the repository at this point in the history
ci(workflows): add pull request triggers in build.yml
  • Loading branch information
Leizhenpeng authored Jan 24, 2024
2 parents 5510db9 + 6bc1242 commit 1ed155f
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 1ed155f

Please sign in to comment.