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 4343 - uses : codecov/codecov-action@v3
4444
4545 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') }}
4747 runs-on : ubuntu-latest
4848 steps :
4949 - uses : actions/checkout@v4
@@ -100,7 +100,7 @@ jobs:
100100 fingerprint : <!-- ${{ github.sha }} -->
101101
102102 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') }}
104104 runs-on : macos-latest
105105 steps :
106106 - uses : actions/checkout@v4
@@ -232,7 +232,7 @@ jobs:
232232 fingerprint : <!-- ${{ github.sha }} -->
233233
234234 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') }}
236236 runs-on : macos-latest
237237 steps :
238238 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments