Skip to content

Commit

Permalink
リリースワークフローから workflow_dispatch を削除 (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
takurinton authored Aug 14, 2023
1 parent 617e7b9 commit f1dae04
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: release

on:
workflow_dispatch:
inputs:
release_version:
required: true
description: release version
push:
branches:
- master

jobs:
release:
Expand Down

0 comments on commit f1dae04

Please sign in to comment.