Fix typo in Github Action config to actually run on branch pushes
This commit is contained in:
parent
f21f3a04b4
commit
10eb13c988
|
@ -2,7 +2,7 @@ name: Build and release
|
|||
|
||||
on:
|
||||
push:
|
||||
branch: release-v*
|
||||
branches: release-v*
|
||||
tags: v*
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue