Skip to content

Commit

Permalink
🔧 feat(ci): add views and public directories to docker workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Nov 13, 2024
1 parent 46652d6 commit 20a8a49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
- '.github/workflows/docker-publish.yml'
- 'config/**'
- 'internal/**'
- 'views/**'
- 'public/**'
- 'cmd/**'
pull_request:
branches: [ "main" ]
Expand All @@ -30,6 +32,8 @@ on:
- '.github/workflows/docker-publish.yml'
- 'config/**'
- 'internal/**'
- 'views/**'
- 'public/**'
- 'cmd/**'

env:
Expand Down

0 comments on commit 20a8a49

Please sign in to comment.