Skip to content

Commit

Permalink
build: adjust ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Apr 6, 2022
1 parent d0a8dea commit b358ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,5 +1,5 @@
name: Default CI
on: [push, pull_request]
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion example/index.js
Expand Up @@ -37,7 +37,7 @@ subscribe(APP_READY, () => {

{/* We can also use the actual authenticated state */}
<Header />
<h5 className="mt-2">Actual state</h5>
<h5 className="mt-2">Actual authenticated state</h5>
<p className="small">
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
Expand Down

0 comments on commit b358ec3

Please sign in to comment.