File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- master
9
9
paths-ignore :
10
- - ' .github/**'
10
+ - " .github/**"
11
11
workflow_dispatch :
12
12
13
13
jobs :
Original file line number Diff line number Diff line change 1
1
name : Sync repositories
2
2
3
3
on :
4
- workflow_run :
5
- workflows :
6
- - " Bump version, create release and publish"
4
+ pull_request :
7
5
types :
8
- - completed
6
+ - closed
7
+ branches :
8
+ - master
9
9
workflow_dispatch :
10
10
11
11
jobs :
12
12
run :
13
- if : github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
14
- uses : rees46/workflow/.github/workflows/reusable-ios-synchronization.yaml@refactor/reusable-ios-synchronization
13
+ if : github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
14
+ uses : rees46/workflow/.github/workflows/reusable-ios-synchronization.yaml@master
15
15
permissions : write-all
16
16
secrets :
17
17
privateKey : ${{ secrets.PERSONACLICK_COURIER_SECRET }}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
32
32
33
33
s . screenshots = [ 'https://rees46.com/static-images/cocoapods/r46_ios_sdk_cocoapods_cover.png' ]
34
34
35
- s . source = { :git => "https://github.com/rees46/ios-sdk.git" , :branch => ENV [ 'GITHUB_HEAD_REF' ] || ' master' }
35
+ s . source = { :git => "https://github.com/rees46/ios-sdk.git" , :branch => " master" }
36
36
37
37
s . ios . deployment_target = '12.0'
38
38
You can’t perform that action at this time.
0 commit comments