mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 03:44:06 +08:00
🚧 do not check pushes to non-default branches
This commit is contained in:
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@@ -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