Skip to content

Commit 23031a9

Browse files
committed
PEER-214: Run builds
Signed-off-by: SeeuSim <[email protected]>
1 parent 150b5b4 commit 23031a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Build & publish PeerPrep images
22
on:
33
pull_request:
4-
types: [review_requested, ready_for_review]
4+
types:
5+
- opened
6+
- reopened
7+
- synchronize
8+
- ready_for_review
59
push:
610
branches:
711
- main
@@ -16,6 +20,7 @@ env:
1620

1721
jobs:
1822
changes:
23+
if: ${{ !github.event.pull_request.draft }}
1924
runs-on: ubuntu-latest
2025
# Required permissions
2126
permissions:

0 commit comments

Comments
 (0)