Skip to content

Commit

Permalink
Add devel branch to docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
argenos committed Jan 20, 2025
1 parent 677aa6c commit c8d3d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.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 the branch called `release`.
on:
push:
branches: ['main', 'docker']
branches: ['main', 'docker', 'devel']
tags:
- v*

Expand Down

0 comments on commit c8d3d94

Please sign in to comment.