From b358ec3740192e66f7baa76eb639dd03fb181346 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 6 Apr 2022 00:02:31 -0400 Subject: [PATCH] build: adjust ci workflow --- .github/workflows/ci.yml | 2 +- example/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cfe3124..f1fbcc7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: Default CI -on: [push, pull_request] +on: [pull_request] jobs: tests: runs-on: ubuntu-latest diff --git a/example/index.js b/example/index.js index 9e6ec37d..9f450ef7 100644 --- a/example/index.js +++ b/example/index.js @@ -37,7 +37,7 @@ subscribe(APP_READY, () => { {/* We can also use the actual authenticated state */}
-
Actual state
+
Actual authenticated state

If you are authenticated, you will see the logged in state. Additionally, if you are an enterprise learner, you should see a custom logo and Dashboard links