mirror of
https://github.com/nlohmann/json.git
synced 2026-04-04 23:28:54 +00:00
🚧 do not check pushes to non-default branches
This commit is contained in:
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
@@ -1,6 +1,11 @@
|
||||
name: macOS
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
xcode:
|
||||
|
||||
Reference in New Issue
Block a user