Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #544 from sudo-nautilus/dev
Browse files Browse the repository at this point in the history
Ignore Markdown Files While Pushing Or Pull Requesting
  • Loading branch information
X1nto authored May 8, 2021
2 parents 0e93d20 + cd7c05d commit 1150f58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- dev
paths-ignore:
- '**.md'
pull_request:
branches:
- dev
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit 1150f58

Please sign in to comment.