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:
branches:
- master
- hotfix/*
- release/*
- hotfix/**
- release/**
pull_request:
branches:
- master