Skip to content

Commit

Permalink
running action also on branch dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbax0808 committed Dec 8, 2024
1 parent 3687f91 commit ddd9490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ name: Docker

on:
push:
branches: [ "dev" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "dev" ]

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

0 comments on commit ddd9490

Please sign in to comment.