Ignore .md files while pushing or pull request

This commit is contained in:
Nautilus 2021-05-08 08:34:58 +05:30 committed by GitHub
parent 0e93d2091a
commit 04d3500bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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