Skip to content

Commit

Permalink
Merge remote-tracking branch 'public/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
akama-aka committed Jun 5, 2024
2 parents 49e3922 + 18c7ff5 commit 9f0f99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Create and publish Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['development']
branches: ['development','production_1.1.0']

# 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.
env:
Expand Down

0 comments on commit 9f0f99c

Please sign in to comment.