Fix hotfix syntax in workflow (#232)

This commit is contained in:
Tanuj Mittal
2020-09-25 14:44:15 -07:00
committed by GitHub
parent 987368fe58
commit dcc2036793

View File

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