ci: run on main branch and update nlohmann-json version

This commit is contained in:
res0nance 2022-08-24 01:02:28 +08:00
parent 4f67636760
commit e5534acbfd

View File

@ -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