Make ci skip on non important stuff - give tutorial image a name (#202)

This commit is contained in:
Twig6943
2026-03-03 02:01:00 +03:00
committed by GitHub
parent fd6350b7f9
commit 2189da6f92
3 changed files with 4 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 952 KiB

After

Width:  |  Height:  |  Size: 952 KiB

View File

@@ -5,6 +5,9 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
paths-ignore:
- '.gitignore'
- '*.md'
jobs: jobs:
build: build:

View File

@@ -2,7 +2,7 @@
[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/5CSzhc9t) [![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/5CSzhc9t)
![Tutorial World](.github/IMG_8725.png) ![Tutorial World](.github/TutorialWorld.png)
## Introduction ## Introduction