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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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