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

Commit 2d307aa

Browse files
committed
Fix yamllint
1 parent ab6416f commit 2d307aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

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

5353
- name: Release
54-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release/*'
54+
if: |
55+
github.ref == 'refs/heads/master' ||
56+
github.ref == 'release/*'
5557
uses: softprops/action-gh-release@v1
5658
with:
5759
files: |

0 commit comments

Comments
 (0)