Skip to content

Commit 90d8738

Browse files
committed
make sample apps
1 parent 32b9862 commit 90d8738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-sample-apps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Build sample apps
33
on:
44
pull_request: # build sample apps for every commit pushed to an open pull request (including drafts)
55
push:
6-
branches: [ main, feature/* ]
76

87
concurrency: # cancel previous workflow run if one exists.
98
group: ${{ github.workflow }}-${{ github.ref }}
@@ -59,7 +58,6 @@ jobs:
5958
# List all sample apps you want to have compiled.
6059
# List item is name of directory inside of "Apps" directory for the corresponding app to compile.
6160
- "APN"
62-
- "FCM"
6361
defaults:
6462
run:
6563
working-directory: apps/${{ matrix.sample-app }}

0 commit comments

Comments
 (0)