Skip to content

Commit 56b3fa7

Browse files
authored
Enable apk, ipa and macos builds
1 parent 31808e9 commit 56b3fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flutter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)