mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Modify push paths in nightly workflow
Updated paths for push event to include all files except specified ones.
This commit is contained in:
parent
18c98dcb21
commit
7104b93333
11
.github/workflows/nightly.yml
vendored
11
.github/workflows/nightly.yml
vendored
|
|
@ -5,11 +5,12 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
paths-ignore:
|
paths:
|
||||||
- '.gitignore'
|
- '**'
|
||||||
- '*.md'
|
- '!.gitignore'
|
||||||
- '.github/**'
|
- '!*.md'
|
||||||
- '!.github/workflows/nightly.yml'
|
- '!.github/**'
|
||||||
|
- '.github/workflows/nightly.yml'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue