1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 22:34:21 +00:00

🔧 Only execute CD on pushes to the main branch

This commit is contained in:
Steffo 2021-10-20 21:34:54 +02:00
parent 8df2394523
commit 15c9e822de

View file

@ -3,8 +3,6 @@ name: Build docker images
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-backend: