Skip to content

Commit

Permalink
Update Github actions to run pipeline on dependency manager config ch…
Browse files Browse the repository at this point in the history
…anges.
  • Loading branch information
yaroslavyaroslav committed Dec 20, 2021
1 parent 6b20d59 commit fed8b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- develop
- hotfix
paths:
- Packag*.swift
- web3swift.podspec
- Cartfile
- Sources/**
- 'Tests/**'
- 'web3swift*/**'
Expand Down
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'web3swift'
spec.version = '2.3.1'
spec.version = '2.4.0'
spec.ios.deployment_target = "9.0"
spec.osx.deployment_target = "10.11"
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
Expand Down

0 comments on commit fed8b56

Please sign in to comment.