Skip to content

Commit

Permalink
Add paths-ignore to Docker GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Oct 17, 2024
1 parent f4b00cf commit a891128
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 @@ -7,6 +7,12 @@ on:
- test
tags:
- "[0-9]+.[0-9]+.[0-9]+"
paths-ignore:
- '.github/**'
- '**.md'
- '.*'
- 'eslint.config.js'
- LICENSE

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

0 comments on commit a891128

Please sign in to comment.