Skip to content

Commit b358ec3

Browse files
build: adjust ci workflow
1 parent d0a8dea commit b358ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Default CI
2-
on: [push, pull_request]
2+
on: [pull_request]
33
jobs:
44
tests:
55
runs-on: ubuntu-latest

example/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subscribe(APP_READY, () => {
3737

3838
{/* We can also use the actual authenticated state */}
3939
<Header />
40-
<h5 className="mt-2">Actual state</h5>
40+
<h5 className="mt-2">Actual authenticated state</h5>
4141
<p className="small">
4242
If you are authenticated, you will see the logged in state. Additionally, if
4343
you are an enterprise learner, you should see a custom logo and Dashboard links

0 commit comments

Comments
 (0)