Skip to content

Commit

Permalink
Ignore certain files for Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 29, 2024
1 parent 78bafd9 commit 2de1c89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- dev
tags:
- v*
paths-ignore:
- '**.md'
- '.github/**'
- jsconfig.json
- .gitignore
- '.eslint**'

# Adapted from:
# - https://github.com/docker/metadata-action#semver
Expand Down

0 comments on commit 2de1c89

Please sign in to comment.