fix: also launch docker workflow on release branches

This commit is contained in:
Julian Lam
2021-09-17 12:21:33 -04:00
parent ba3582b873
commit 944a798552

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- 'master'
- 'v*.x'
tags:
- 'v*'
workflow_dispatch: