Skip to content

Commit

Permalink
chore(workflow): build also current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Nov 7, 2024
1 parent d373aed commit 91aeb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
push:
branches: [ 'main' ]
branches: [ 'main', 'feat/poll-refactor' ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 91aeb59

Please sign in to comment.