Skip to content

Commit

Permalink
build container image on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Oct 6, 2023
1 parent e4aa5b7 commit 2176baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Create and publish a Docker image

on:
push:
branches: ['main']
branches: ['*']
workflow_dispatch:

env:
Expand Down

0 comments on commit 2176baf

Please sign in to comment.