File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- uses : codecov/codecov-action@v3
44
44
45
45
build_apk :
46
- if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') }}
46
+ if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') || contains(github.ref, 'fwfh') }}
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@v4
@@ -100,7 +100,7 @@ jobs:
100
100
fingerprint : <!-- ${{ github.sha }} -->
101
101
102
102
build_ipa :
103
- if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'ios') }}
103
+ if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'ios') || contains(github.ref, 'fwfh') }}
104
104
runs-on : macos-latest
105
105
steps :
106
106
- uses : actions/checkout@v4
@@ -232,7 +232,7 @@ jobs:
232
232
fingerprint : <!-- ${{ github.sha }} -->
233
233
234
234
build_macos :
235
- if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'macos') }}
235
+ if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'macos')|| contains(github.ref, 'fwfh') }}
236
236
runs-on : macos-latest
237
237
steps :
238
238
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments