Fix hotfix syntax in workflow

This commit is contained in:
Steve Faulkner
2020-09-21 16:06:40 -05:00
parent b86551c784
commit a04afc48e3

View File

@@ -3,8 +3,8 @@ on:
push: push:
branches: branches:
- master - master
- hotfix/* - hotfix/**
- release/* - release/**
pull_request: pull_request:
branches: branches:
- master - master