mirror of
https://github.com/nlohmann/json.git
synced 2026-05-08 07:15:24 +00:00
🚧 do not check pushes to non-default branches
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
name: macOS
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
xcode:
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
name: Ubuntu
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
ci_test_clang:
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
name: Windows
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
mingw:
|
||||
|
||||
Reference in New Issue
Block a user