Skip to content

Commit

Permalink
Modified to prevent builds when dist and docs are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiden authored Jan 5, 2025
1 parent 631bf1e commit b21fcd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Docker Image CI
on:
push:
branches:
- master
- master
paths-ignore:
- 'dist/**'
- 'docs/**'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit b21fcd0

Please sign in to comment.