Skip to content

Commit

Permalink
build(docker): refactor trigger of publish_docker.yml workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 30, 2023
1 parent fde68d9 commit b4e4549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Create and publish a Docker image

on:
push:
branches: ['develop']
branches:
- 'develop'
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit b4e4549

Please sign in to comment.