Skip to content

Commit

Permalink
Support for ignoring changes to .MD files (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 16, 2023
1 parent b0e7572 commit 693daed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/image-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
push:
branches:
- 'main'
paths-ignore:
- "**.md"
- LICENSE
- ".github/dependabot.yml"
pull_request:
branches:
- 'main'
paths-ignore:
- "**.md"
- LICENSE
- ".github/dependabot.yml"
workflow_dispatch:
release:
types: [published, edited]
Expand Down

0 comments on commit 693daed

Please sign in to comment.