Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit ab6416f

Browse files
committed
Allow release on branches
1 parent 666d761 commit ab6416f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: /tmp/artifacts/*
5252

5353
- name: Release
54-
if: github.ref == 'refs/heads/master'
54+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release/*'
5555
uses: softprops/action-gh-release@v1
5656
with:
5757
files: |

0 commit comments

Comments
 (0)