Skip to content

Commit

Permalink
Revert workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda6uiui committed Sep 22, 2024
1 parent d5551a3 commit 41ac03b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_artifact_for_macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release artifact for macOS

on:
workflow_dispatch:
push:
tags:
- "v*"

permissions:
contents: write
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_artifact_for_windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release artifact for Windows

on:
workflow_dispatch:
push:
tags:
- "v*"

permissions:
contents: write
Expand Down

0 comments on commit 41ac03b

Please sign in to comment.