mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Enhancement (docker): Build but don't push on master
Run builds on master so we know if changes on master breaks builds. Reverts `on: tags` to match `v2.*` which was changed in #1325
This commit is contained in:
parent
60700a56e9
commit
5291883368
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -2,8 +2,10 @@ name: docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- 'v2.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue