From d2fc7b5d8a981ca38c84454c1e7b6f52d5ad8f95 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Fri, 11 Oct 2024 13:07:27 +0900 Subject: [PATCH 1/3] Update CI --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b1572d7..a8b4e0c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,8 +23,9 @@ jobs: fail-fast: false matrix: version: - - '1.10' - - 'pre' + - 'lts' # automatically expands to the latest LTS release of Julia + - '1.10' # automatically expands to the latest stable 1.x release of Julia + - 'pre' # automatically expands to the latest pre-release of Julia os: - ubuntu-latest - macOS-latest From 6fd3fd67194a56bbfb63e5a781ab070de828571c Mon Sep 17 00:00:00 2001 From: Azzaare Date: Fri, 11 Oct 2024 13:09:16 +0900 Subject: [PATCH 2/3] Update CI 2 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a8b4e0c..aac48bc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: matrix: version: - 'lts' # automatically expands to the latest LTS release of Julia - - '1.10' # automatically expands to the latest stable 1.x release of Julia + - '1' # automatically expands to the latest stable 1.x release of Julia - 'pre' # automatically expands to the latest pre-release of Julia os: - ubuntu-latest From 53dbbfee6d0a303df93c929e5edb48d537148efe Mon Sep 17 00:00:00 2001 From: Azzaare Date: Fri, 11 Oct 2024 13:11:54 +0900 Subject: [PATCH 3/3] Update CI 3 --- .github/workflows/CI.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index aac48bc..55e80a1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,10 +1,16 @@ name: CI on: + pull_request: + branches: + - main + - dev + paths-ignore: + - "docs/**" push: branches: - main - tags: ['*'] - pull_request: + paths-ignore: + - "docs/**" workflow_dispatch: concurrency: # Skip intermediate builds: always.