Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit af87979

Browse files
committed
Run build CI on PR without push
1 parent 2c03210 commit af87979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build website docker image
33
on:
44
push:
55
branches: [main]
6+
pull_request:
67

78
jobs:
89
astro_docker:
@@ -36,5 +37,5 @@ jobs:
3637
# platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
3738
# But 32-bit binaries likely require compilation from source so stick with linux/amd64 and linux/arm64 for now
3839
platforms: linux/amd64,linux/arm64
39-
push: true
40+
push: ${{ github.event_name != 'pull_request' }}
4041
tags: ghcr.io/multiqc/website:latest

0 commit comments

Comments
 (0)