Skip to content

Commit 8cc057f

Browse files
committed
CI: test make artifacts on every PR
A preparation toward fixing issue 4241 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0b7f069 commit 8cc057f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77
- 'test-action-release-*'
8+
pull_request:
9+
paths-ignore:
10+
- '**.md'
811

912
env:
1013
GOTOOLCHAIN: local
@@ -53,6 +56,7 @@ jobs:
5356
with:
5457
subject-path: _output/*
5558
- name: "Create release"
59+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
5660
env:
5761
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5862
run: |

0 commit comments

Comments
 (0)