From 2189da6f924c76938a54052429ae0f27613a6b4c Mon Sep 17 00:00:00 2001 From: Twig6943 <119701717+Twig6943@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:01:00 +0300 Subject: Make ci skip on non important stuff - give tutorial image a name (#202) --- .github/IMG_8725.png | Bin 975385 -> 0 bytes .github/TutorialWorld.png | Bin 0 -> 975385 bytes .github/workflows/nightly.yml | 3 +++ 3 files changed, 3 insertions(+) delete mode 100644 .github/IMG_8725.png create mode 100644 .github/TutorialWorld.png (limited to '.github') diff --git a/.github/IMG_8725.png b/.github/IMG_8725.png deleted file mode 100644 index 4f958dc4..00000000 Binary files a/.github/IMG_8725.png and /dev/null differ diff --git a/.github/TutorialWorld.png b/.github/TutorialWorld.png new file mode 100644 index 00000000..4f958dc4 Binary files /dev/null and b/.github/TutorialWorld.png differ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 00f18f53..0affa845 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -5,6 +5,9 @@ on: push: branches: - 'main' + paths-ignore: + - '.gitignore' + - '*.md' jobs: build: -- cgit v1.2.3