Skip to content

Commit

Permalink
Add docker action for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
germanoeich committed Apr 12, 2022
1 parent f95c3a8 commit e41c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-tags.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, dev ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down

0 comments on commit e41c309

Please sign in to comment.