Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Trigger docker workflow when dockerfiles are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
manicprone committed Dec 6, 2021
1 parent 930d797 commit 36a9a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- dockerized
paths:
- 'api.dockerfile'
- 'worker.dockerfile'
- 'src/**'
- '.github/workflows/docker-deploy-to-github.yml'

Expand Down

0 comments on commit 36a9a88

Please sign in to comment.