Skip to content

Commit 32638cd

Browse files
ci: enabling tests for PRs targeting v4
PRs that target develop-4.0 branch will now run tests in CI.
1 parent 50d0d83 commit 32638cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macOS-12.yml renamed to .github/workflows/macOS-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- develop
88
- hotfix
99
- unstable
10+
# Temporary develop-X.Y.Z branches may be added and removed from here as we release new versions
11+
- develop-4.0
1012
paths:
1113
- Packag*.swift
1214
- web3swift.podspec
@@ -20,6 +22,8 @@ on:
2022
- master
2123
- develop
2224
- unstable
25+
# Temporary develop-X.Y.Z branches may be added and removed from here as we release new versions
26+
- develop-4.0
2327

2428
env:
2529
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer

0 commit comments

Comments
 (0)