Skip to content

Commit

Permalink
chore: add develop to built branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmnyberg committed Oct 28, 2024
1 parent 90374b5 commit c2fbd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to master or for any tag
on:
push:
branches: ['main']
branches: ['main', 'develop']
tags: ['*']

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down

0 comments on commit c2fbd6c

Please sign in to comment.