0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-22 03:05:11 +00:00

Merge pull request #544 from sudo-nautilus/dev

Ignore Markdown Files While Pushing Or Pull Requesting
This commit is contained in:
Tornike Khintibidze 2021-05-08 12:01:39 +04:00 committed by GitHub
commit 1150f5800b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,13 @@ on:
push:
branches:
- dev
paths-ignore:
- '**.md'
pull_request:
branches:
- dev
paths-ignore:
- '**.md'
jobs:
build: