Adding auto deploy to develop branch

This commit is contained in:
David Négrier 2021-06-03 18:34:55 +02:00
parent fffd36267d
commit 2f98bbaa0e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Build, push and deploy Docker image
on:
push:
branches: [master]
branches: [master, develop]
release:
types: [created]
pull_request: