Skip to content

Commit 1a43557

Browse files
committed
trivial change to test and prod deploy trigger
Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent 77430d0 commit 1a43557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
**${{ steps.base-url.outputs.full_url }}**
124124
125125
deploy-production:
126-
if: ${{ github.event_name == 'push' }}
126+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
127127
runs-on: ubuntu-latest
128128
needs: build
129129
steps:

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function HomepageHeader() {
1717
className="button button--secondary button--lg"
1818
to="/documentation/latest"
1919
>
20-
Get Started
20+
Get started
2121
</Link>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)