We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b9862 commit 90d8738Copy full SHA for 90d8738
.github/workflows/build-sample-apps.yml
@@ -3,7 +3,6 @@ name: Build sample apps
3
on:
4
pull_request: # build sample apps for every commit pushed to an open pull request (including drafts)
5
push:
6
- branches: [ main, feature/* ]
7
8
concurrency: # cancel previous workflow run if one exists.
9
group: ${{ github.workflow }}-${{ github.ref }}
@@ -59,7 +58,6 @@ jobs:
59
58
# List all sample apps you want to have compiled.
60
# List item is name of directory inside of "Apps" directory for the corresponding app to compile.
61
- "APN"
62
- - "FCM"
63
defaults:
64
run:
65
working-directory: apps/${{ matrix.sample-app }}
0 commit comments