Skip to content

Commit

Permalink
run build on synchromize
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLuGit committed Mar 21, 2024
1 parent 1477be2 commit fd33279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
branches: [master]
pull_request:
types: [review_requested, ready_for_review]
types: [review_requested, ready_for_review, synchronize]

jobs:
build:
if: github.event.pull_request.requested_reviewers != '[]'
runs-on: ubuntu-latest
steps:
- name: Install ARM Toolchain
Expand Down

0 comments on commit fd33279

Please sign in to comment.