Skip to content

Commit

Permalink
Change trigger for docker-image build
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandezBenjamin committed Nov 8, 2023
1 parent dbb7e32 commit cc4cf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches:
- "support/test-build-image"
tags:
- "**"

Expand Down

0 comments on commit cc4cf1e

Please sign in to comment.