Fix typo in Github Action config to actually run on branch pushes

This commit is contained in:
Juan Pablo Civile 2022-10-04 15:02:14 -03:00
parent f21f3a04b4
commit 10eb13c988
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Build and release
on:
push:
branch: release-v*
branches: release-v*
tags: v*
jobs: