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