Skip to content

Commit

Permalink
ci: ignore some paths on push
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-hiller committed Oct 22, 2023
1 parent bcc4c0d commit 815643e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push-docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build and push Docker DEV image

on:
push:
paths-ignore:
- '.github/**'
- 'charts/**'
- 'docker-*.sh'
- '*.md'
branches: [master]

jobs:
Expand Down

0 comments on commit 815643e

Please sign in to comment.