Skip to content

Commit

Permalink
chore(ci): Disabling docker image push on branch changes (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb authored Sep 23, 2022
1 parent 1930111 commit 85e8c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build docker images

on:
push:
branches: # At least when doing some tests
- "**"
#branches: # At least when doing some tests
# - "**"
tags:
- "v*.*.*"
# pull_request:
Expand Down

0 comments on commit 85e8c54

Please sign in to comment.