mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
Remove stable branch from CI and build edge on schedule (#1975)
This commit is contained in:
parent
0ba8630c72
commit
c5049c60da
3 changed files with 5 additions and 6 deletions
3
.github/workflows/linting.yml
vendored
3
.github/workflows/linting.yml
vendored
|
@ -4,7 +4,8 @@ on:
|
|||
pull_request:
|
||||
branches: [ "*" ]
|
||||
push:
|
||||
branches: [ "master", "stable" ]
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue