Skip to content

Commit eca5dcd

Browse files
committed
Enable apk, ipa and macos builds
1 parent 7066c3c commit eca5dcd

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
@@ -47,7 +47,7 @@ jobs:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848

4949
build_apk:
50-
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') || startsWith(github.ref, 'refs/heads/renovate/flutter-') }}
50+
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') || startsWith(github.ref, 'refs/heads/renovate/flutter-') || contains(github.ref, 'fwfh') }}
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v4
@@ -111,7 +111,7 @@ jobs:
111111
fingerprint: <!-- ${{ github.sha }} -->
112112

113113
build_ipa:
114-
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'ios') }}
114+
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'ios') || contains(github.ref, 'fwfh') }}
115115
runs-on: macos-latest
116116
steps:
117117
- uses: actions/checkout@v4
@@ -243,7 +243,7 @@ jobs:
243243
fingerprint: <!-- ${{ github.sha }} -->
244244

245245
build_macos:
246-
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'macos') || startsWith(github.ref, 'refs/heads/renovate/flutter-') }}
246+
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'macos') || startsWith(github.ref, 'refs/heads/renovate/flutter-') || contains(github.ref, 'fwfh') }}
247247
runs-on: macos-latest
248248
steps:
249249
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)