Skip to content

Commit

Permalink
Ignore other workflows as triggers for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent 75c7d1e commit 2e9f3a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/workflows/backend_build.yml'
- '.github/workflows/frontend_build.yml'
- '.github/workflows/frontend_build_push.yml'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 2e9f3a1

Please sign in to comment.