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
1 changed files with 2 additions and 2 deletions

View File

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