mirror of
https://github.com/muun/recovery.git
synced 2025-02-18 17:12:33 -05:00
Fix typo in Github Action config to actually run on branch pushes
This commit is contained in:
parent
f21f3a04b4
commit
10eb13c988
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -2,7 +2,7 @@ name: Build and release
|
||||
|
||||
on:
|
||||
push:
|
||||
branch: release-v*
|
||||
branches: release-v*
|
||||
tags: v*
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user