Skip to content

Commit

Permalink
ci(docker): updated to trigger on push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamj committed Oct 18, 2024
1 parent c9822d1 commit 2d51bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Create and publish a Docker image
on:
push:
branches: ['dev']
pull_request:
branches: ['dev']

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 2d51bdd

Please sign in to comment.