Skip to content

Commit

Permalink
Add develop branch for releases on push (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvdbraak authored Aug 23, 2024
1 parent 91b382a commit e6aaa0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Create and publish a Docker image

on:
push:
branches: ['main']
branches:
- main
- develop
workflow_dispatch:

env:
Expand Down

0 comments on commit e6aaa0e

Please sign in to comment.