Skip to content

Commit 2e1ccd3

Browse files
authored
Merge pull request #19 from pooulad/go-releaser
🍉run only on push tags
2 parents 404c663 + 55bb45f commit 2e1ccd3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: goreleaser
33

44
on:
5-
pull_request:
65
push:
76
# run only against tags
87
tags:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
🚨Simple full-stack project with nextjs and golang
33

44
The purpose of creating this project is to learn for junior programmers how to implement a full stack application and create the best structure for the application.
5-
![HomePage](https://github.com/pooulad/next-golang-crud-app/blob/main/images/home.png)
5+
![HomePage](https://github.com/pooulad/nextjs-golang-crud-app/blob/main/images/home.png)
66

77
## Technology list in this project
88

@@ -64,9 +64,9 @@ This section tracks the progress of implemented features in project.
6464

6565
## Screenshots
6666

67-
![App SignUp Form](https://github.com/pooulad/next-golang-crud-app/blob/main/images/sign-up.png)
67+
![App SignUp Form](https://github.com/pooulad/nextjs-golang-crud-app/blob/main/images/sign-up.png)
6868

69-
![App SignIn Form](https://github.com/pooulad/next-golang-crud-app/blob/main/images/sign-in.png)
69+
![App SignIn Form](https://github.com/pooulad/nextjs-golang-crud-app/blob/main/images/sign-in.png)
7070

7171

7272

0 commit comments

Comments
 (0)