Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: 🚑 ci (#102)
Browse files Browse the repository at this point in the history
* docs: update README.md

* docs: update README.md

* fix: 🚑 fix ci don't work in develop and master branches

---------

Co-authored-by: Nikita Mashchenko <[email protected]>
  • Loading branch information
velenyx and nmashchenko committed Sep 24, 2023
1 parent 9c77315 commit 9160fd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ run-name: ${{ github.actor }} is starting sueta at the frontend code ☺️
on:
push:
branches:
- dev-nextjs
- develop
- master
paths:
- "client/**"
pull_request:
branches:
- dev-nextjs
- develop
- master
paths:
- "client/**"

Expand Down Expand Up @@ -86,4 +88,4 @@ jobs:
vercel-org-id: ${{ secrets.ORG_ID }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-project-id: ${{ secrets.PROJECT_ID_STORYBOOK }}
vercel-args: ${{ steps.vercel_args.outputs.args }}
vercel-args: ${{ steps.vercel_args.outputs.args }}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 🚀 Teameights

Refer to following link to find all info you need!

🔗 [Notion](https://teameights.notion.site/ad80d7c691ba47a09be954dc992752ec?v=cffe6ca69a8d4c4b91675b35cfd733ad)

![Logo T8S (8)](https://github.com/nmashchenko/teameights/assets/52038455/b1898e79-8515-4d50-a9ab-8b3d0cf5d042)

0 comments on commit 9160fd6

Please sign in to comment.