Skip to content

Commit 9ce02d7

Browse files
authored
build: run ci on pull request review (#50)
Signed-off-by: Timo Glastra <[email protected]>
1 parent 65fcc93 commit 9ce02d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Continuous Integration
22

33
on:
4+
pull_request_review:
5+
46
pull_request:
57
branches:
68
- main
@@ -10,6 +12,7 @@ on:
1012

1113
jobs:
1214
validate:
15+
if: github.event_name != 'pull_request_review' || github.event.pull_request.head.ref == 'changeset-release/main'
1316
runs-on: ubuntu-20.04
1417
name: Validate
1518
steps:
@@ -38,6 +41,7 @@ jobs:
3841
tests:
3942
runs-on: ubuntu-20.04
4043
name: Tests
44+
if: github.event_name != 'pull_request_review' || github.event.pull_request.head.ref == 'changeset-release/main'
4145

4246
strategy:
4347
fail-fast: false

0 commit comments

Comments
 (0)