ci: run on main branch and update nlohmann-json version
This commit is contained in:
parent
4f67636760
commit
0bbb0da522
3
.github/workflows/github-actions.yml
vendored
3
.github/workflows/github-actions.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- develop
|
||||
- master
|
||||
- release/*
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@ -21,7 +22,7 @@ jobs:
|
||||
with:
|
||||
repository: nlohmann/json
|
||||
path: nlohmann-json
|
||||
ref: release/3.10.2
|
||||
ref: v3.11.2
|
||||
- name: Build and install nlohmann json
|
||||
run: |
|
||||
cd nlohmann-json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user