From e5534acbfd3b91b4d91f356a7a0012b21c77da85 Mon Sep 17 00:00:00 2001 From: res0nance Date: Wed, 24 Aug 2022 01:02:28 +0800 Subject: [PATCH] ci: run on main branch and update nlohmann-json version --- .github/workflows/github-actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 5a7d96d..42a9927 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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