Skip to content

Commit

Permalink
chore: Update workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed May 6, 2023
1 parent 2f302b0 commit f7dd45c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 62 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Testing Platform
on: push
on:
push:
branches: [ "main" ]
paths:
- 'platform/**'
pull_request:
branches: [ "main" ]
paths:
- 'platform/**'

jobs:
black:
Expand Down
61 changes: 0 additions & 61 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,64 +180,3 @@ Run the project 馃コ
```
npm run dev
```

---

<h3 align="center">
馃檶馃徎 Our Sponsers Continued 馃檶馃徎
</h3>

<div align="center" dir="auto">
<a href="https://github.com/Trecares" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/Trecares.png" width="50px" alt="Trecares" style="max-width:100%;">
</a>
<a href="https://github.com/oryanmoshe" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/oryanmoshe.png" width="50px" alt="oryanmoshe" style="max-width:100%;">
</a>
<a href="https://github.com/rekimcn" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/rekimcn.png" width="50px" alt="rekimcn" style="max-width:100%;">
</a>
<a href="https://github.com/qwe777897" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/qwe777897.png" width="50px" alt="qwe777897" style="max-width:100%;">
</a>
<a href="https://github.com/ClayNelson" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/ClayNelson.png" width="50px" alt="ClayNelson" style="max-width:100%;">
</a>
<a href="https://github.com/xuxizhen" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/xuxizhen.png" width="50px" alt="xuxizhen" style="max-width:100%;">
</a>
<a href="https://github.com/destro225" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/destro225.png" width="50px" alt="destro225" style="max-width:100%;">
</a>
<a href="https://github.com/mouhaxp" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/mouhaxp.png" width="50px" alt="mouhaxp" style="max-width:100%;">
</a>
<a href="https://github.com/carlosbartolomeu" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/carlosbartolomeu.png" width="50px" alt="carlosbartolomeu" style="max-width:100%;">
</a>
<a href="https://github.com/Agronobeetles" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/Agronobeetles.png" width="50px" alt="Agronobeetles " style="max-width:100%;">
</a>
<a href="https://github.com/CloudyGuyThompson" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/CloudyGuyThompson.png" width="50px" alt="CloudyGuyThompson" style="max-width:100%;">
</a>
<a href="https://github.com/xinghz" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/xinghz.png" width="50px" alt="xinghz" style="max-width:100%;">
</a>
<a href="https://github.com/Jaimbart" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/Jaimbart.png" width="50px" alt="Jaimbart" style="max-width:100%;">
</a>
<a href="https://github.com/Jhonvolt17" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/Jhonvolt17.png" width="50px" alt="Jhonvolt17" style="max-width:100%;">
</a>
<a href="https://github.com/koltziver" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/koltziver.png" width="50px" alt="koltziver" style="max-width:100%;">
</a>
<a href="https://github.com/sirswali" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/sirswali.png" width="50px" alt="sirswali" style="max-width:100%;">
</a>
<a href="https://github.com/DixonFyre" style="display: inline-block; margin-right: 20px;">
<img src="https://github.com/DixonFyre.png" width="50px" alt="DixonFyre" style="max-width:100%;">
</a>

</div>

0 comments on commit f7dd45c

Please sign in to comment.