Skip to content

Commit

Permalink
Also trigger build workflow on PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
lukhnos committed Nov 23, 2023
1 parent b9009bf commit 625156c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build
on: [push]
on:
push:
pull_request_review:
types: [submitted]

jobs:
build:
Expand Down

0 comments on commit 625156c

Please sign in to comment.