From 32638cd140d9f3b368062ccb0173569553414663 Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu <36865532+JeneaVranceanu@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:43:56 +0200 Subject: [PATCH 1/2] ci: enabling tests for PRs targeting v4 PRs that target develop-4.0 branch will now run tests in CI. --- .github/workflows/{macOS-12.yml => macOS-tests.yml} | 4 ++++ 1 file changed, 4 insertions(+) rename .github/workflows/{macOS-12.yml => macOS-tests.yml} (82%) diff --git a/.github/workflows/macOS-12.yml b/.github/workflows/macOS-tests.yml similarity index 82% rename from .github/workflows/macOS-12.yml rename to .github/workflows/macOS-tests.yml index f94e4be06..6d3e1bbb7 100644 --- a/.github/workflows/macOS-12.yml +++ b/.github/workflows/macOS-tests.yml @@ -7,6 +7,8 @@ on: - develop - hotfix - unstable + # Temporary develop-X.Y.Z branches may be added and removed from here as we release new versions + - develop-4.0 paths: - Packag*.swift - web3swift.podspec @@ -20,6 +22,8 @@ on: - master - develop - unstable + # Temporary develop-X.Y.Z branches may be added and removed from here as we release new versions + - develop-4.0 env: DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer From e1fcc4d041ade75429a1edbfc3f22bde975d65e1 Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu <36865532+JeneaVranceanu@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:53:02 +0200 Subject: [PATCH 2/2] fix: removed unstable and develop-4.0 from push rule of CI --- .github/workflows/macOS-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/macOS-tests.yml b/.github/workflows/macOS-tests.yml index 6d3e1bbb7..9d2e1c690 100644 --- a/.github/workflows/macOS-tests.yml +++ b/.github/workflows/macOS-tests.yml @@ -6,9 +6,6 @@ on: - master - develop - hotfix - - unstable - # Temporary develop-X.Y.Z branches may be added and removed from here as we release new versions - - develop-4.0 paths: - Packag*.swift - web3swift.podspec