Skip to content

Commit 4066fe9

Browse files
authored
Merge pull request #26 from raferdev/development
Development
2 parents ee6d68a + fad9001 commit 4066fe9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Playwright Tests
22
on:
33
pull_request:
44
branches: [main, development]
5+
push:
6+
branches: [main]
57
jobs:
68
test:
79
timeout-minutes: 60

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55

66
<h3 align="center">Raferdev Landing Page</h3>
77

8-
<p align="center">
8+
<div align="center">
99

1010
[![Build and Deploy](https://github.com/raferdev/landing-page/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/raferdev/landing-page/actions/workflows/deploy.yml)
11-
1211
[![Playwright Tests](https://github.com/raferdev/landing-page/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/raferdev/landing-page/actions/workflows/tests.yml)
1312

14-
</p>
13+
</div>
1514

1615
---
1716

@@ -25,6 +24,8 @@
2524

2625
Hello, here you can see the personal landing page of user @raferdev. I overengineered some aspects to build content that used a little of all, and I would like to see in the past to understand better the web functionality, like server, http config, tests, and the frontend aspects themselves. I think seeing something end-to-end can clarify how thoughts connect and how they can be more complex with time, features, and security aspects. See this as an example.
2726

27+
docs: [storybook.rafer.dev](https://storybook.rafer.dev)
28+
2829
## ⛏️ Built Using <a name = "built_using"></a>
2930

3031
- [NextJS](https://nextjs.org/) - The React Framework for the Web

0 commit comments

Comments
 (0)