mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-29 06:23:00 +00:00
Merge pull request #544 from sudo-nautilus/dev
Ignore Markdown Files While Pushing Or Pull Requesting
This commit is contained in:
commit
1150f5800b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
|
@ -4,9 +4,13 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue