diff options
| author | Twig6943 <119701717+Twig6943@users.noreply.github.com> | 2026-03-03 02:01:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 06:01:00 +0700 |
| commit | 2189da6f924c76938a54052429ae0f27613a6b4c (patch) | |
| tree | 483a318c7e797a3476442496bd456807d3c1ebcb /.github | |
| parent | fd6350b7f94057d260415c373b2f5a4f1307f933 (diff) | |
Make ci skip on non important stuff - give tutorial image a name (#202)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/TutorialWorld.png (renamed from .github/IMG_8725.png) | bin | 975385 -> 975385 bytes | |||
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/IMG_8725.png b/.github/TutorialWorld.png Binary files differindex 4f958dc4..4f958dc4 100644 --- a/.github/IMG_8725.png +++ b/.github/TutorialWorld.png 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: |
