Skip to content

Commit 2299003

Browse files
authored
Merge pull request #4 from macaron/fix/remove-merge-check
条件式の削除
2 parents 2b7e75b + 96956ce commit 2299003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "v[0-9]+.[0-9]+.[0-9]+"
78

89
jobs:
910
release:
10-
if: github.event.pull_request.merged == true
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Go

0 commit comments

Comments
 (0)