From ff0166eb1220b44ac6408f90ca0d3ff535dc78fc Mon Sep 17 00:00:00 2001 From: bue Date: Wed, 23 Jul 2025 14:28:53 -0400 Subject: [PATCH] @ update workflows : accoring to scverse rules. --- .github/workflows/apple.yml | 4 ++-- .github/workflows/linux.yml | 6 +++--- .github/workflows/windows.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 03f57d3..8ca2f4e 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on mac os x; the latest pytho on: push: branches: ["utest", "master"] # ["v3", "v4"] - pull: - branches: ["master"] + pull_request: + branches: ["development", "master"] jobs: build-macosx: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index feeac63..1a01ad7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,9 +7,9 @@ run-name: ${{ github.actor }}::pytest pcdl library on linux os; all python3 vers on: push: - branches: ["utest","master"] # ["v3", "v4"] - pull: - branches: ["master"] + branches: ["utest", "master"] # ["v3","v4"] + pull_request: + branches: ["development", "master"] jobs: build-linux: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bf4b572..235e012 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on windows os; the latest pyt on: push: branches: ["utest", "master"] # ["v3", "v4"] - pull: - branches: ["master"] + pull_request: + branches: ["development", "master"] jobs: build-windows: