Remove stable branch from CI and build edge on schedule (#1975)

This commit is contained in:
Casper 2021-05-17 09:45:27 +02:00 committed by GitHub
parent 0ba8630c72
commit c5049c60da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,8 @@ on:
pull_request:
branches: [ "*" ]
push:
branches: [ "master", "stable" ]
branches:
- master
jobs:
lint: