mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔧 Only execute CD on pushes to the main branch
This commit is contained in:
parent
8df2394523
commit
15c9e822de
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build-docker-images.yml
vendored
2
.github/workflows/build-docker-images.yml
vendored
|
@ -3,8 +3,6 @@ name: Build docker images
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
pull_request:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-backend:
|
build-backend:
|
||||||
|
|
Loading…
Reference in a new issue