Skip to content

Commit

Permalink
Chore(CI): ignore non-code related changes (#172)
Browse files Browse the repository at this point in the history
This will skip changes in markdown and other files not related to code.
  • Loading branch information
MichelDiz authored Jul 15, 2024
1 parent 5647ee2 commit 21058c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-dgraph-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: ci-dgraph-js-tests
on:
push:
paths-ignore:
- '**/**.dockerignore'
- '**/**.gitignore'
- '**/**.md'
- '**/**.png'
- '**/**.gif'
- '**/**.ini'
branches:
- master
pull_request:
Expand Down

0 comments on commit 21058c8

Please sign in to comment.