mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
run workflow only on changes to main-branch
Signed-off-by: Adrian Gebhart <adrian@pestotoast.de>
This commit is contained in:
parent
b9fe1c4ef1
commit
63b1202cfd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_images.yml
vendored
1
.github/workflows/build_images.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Build docker images
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue