Skip to content

Commit fed8b56

Browse files
Update Github actions to run pipeline on dependency manager config changes.
1 parent 6b20d59 commit fed8b56

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- develop
88
- hotfix
99
paths:
10+
- Packag*.swift
11+
- web3swift.podspec
12+
- Cartfile
1013
- Sources/**
1114
- 'Tests/**'
1215
- 'web3swift*/**'

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'web3swift'
3-
spec.version = '2.3.1'
3+
spec.version = '2.4.0'
44
spec.ios.deployment_target = "9.0"
55
spec.osx.deployment_target = "10.11"
66
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)