Skip to content

Commit 2b69b93

Browse files
Add PR handling to github actions.
1 parent 2ffbfb9 commit 2b69b93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Web3swift CI"
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -12,6 +12,10 @@ on:
1212
- 'Tests/**'
1313
- 'web3swift*/**'
1414
- '.github/workflows/**'
15+
pull_request:
16+
branches:
17+
- master
18+
- develop
1519

1620
concurrency:
1721
group: ci

0 commit comments

Comments
 (0)