Skip to content

Commit

Permalink
ci: 👷 Supports manual triggering of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 30, 2024
1 parent 465c77f commit 2f145d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: release-assets

on:
workflow_dispatch:
push:
tags:
- v*.*.*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-gitee.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: sync-gitee

on:
workflow_dispatch:
workflow_run:
workflows: ['release']
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-homebrew.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: sync-homebrew

on:
workflow_dispatch:
workflow_run:
workflows: ['release-assets']
types:
Expand Down

0 comments on commit 2f145d1

Please sign in to comment.