Skip to content

Commit

Permalink
add gh workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cioddi committed May 28, 2024
1 parent 5b7e43f commit 89082dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build and push release Docker image

#on:
# push:
on:
push:
branches:
- "develop-docker"
# tags:
# - "v*"

Expand Down

0 comments on commit 89082dd

Please sign in to comment.