🚧 do not check pushes to non-default branches

pull/2689/head
Niels Lohmann 2021-03-28 14:59:42 +02:00
parent ae99a31bea
commit 077fe41a82
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
3 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,11 @@
name: macOS
on: [push, pull_request]
on:
push:
branches:
- develop
- master
pull_request:
jobs:
xcode:

View File

@ -1,6 +1,11 @@
name: Ubuntu
on: [push, pull_request]
on:
push:
branches:
- develop
- master
pull_request:
jobs:
ci_test_clang:

View File

@ -1,6 +1,11 @@
name: Windows
on: [push, pull_request]
on:
push:
branches:
- develop
- master
pull_request:
jobs:
mingw: