1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

docker: don't build until after PR submitted (#415)

This commit is contained in:
James Hillyerd
2023-11-02 17:46:26 -07:00
committed by GitHub
parent 74a27875e9
commit 3731837127

View File

@@ -6,7 +6,10 @@ on:
- main
tags:
- 'v*'
pull_request:
pull_request_review:
types:
- submitted
workflow_dispatch: # allow for manual run
jobs:
build: