Skip to content

Commit

Permalink
ci: add workflow_dispatch for all
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina committed Aug 6, 2023
1 parent a13ef52 commit 544b131
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-console.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish console
on:
workflow_dispatch: {}
push:
tags:
- "console-*.*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish core
on:
workflow_dispatch: {}
push:
tags:
- "core-*.*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-elizabeth.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish elizabeth
on:
workflow_dispatch: {}
push:
tags:
- "elizabeth-*.*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-onebot-v11.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish onebot/v11
on:
workflow_dispatch: {}
push:
tags:
- "onebot/v11-*.*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-qqguild-tencent.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish qqguild/tencent
on:
workflow_dispatch: {}
push:
tags:
- "qqguild/tencent-*.*.*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-standard-qq.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: publish standard/qq
on:
workflow_dispatch: {}
push:
tags:
- "standard/qq-*.*.*"
Expand Down

0 comments on commit 544b131

Please sign in to comment.