Skip to content

Commit 2189da6

Browse files
authored
Make ci skip on non important stuff - give tutorial image a name (#202)
1 parent fd6350b commit 2189da6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- 'main'
8+
paths-ignore:
9+
- '.gitignore'
10+
- '*.md'
811

912
jobs:
1013
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/5CSzhc9t)
44

5-
![Tutorial World](.github/IMG_8725.png)
5+
![Tutorial World](.github/TutorialWorld.png)
66

77
## Introduction
88

0 commit comments

Comments
 (0)