Skip to content

Commit c81ee7e

Browse files
authored
Chore: Add workflow dispatch event trigger for CO
1 parent d31949b commit c81ee7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- dependabot/**
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -90,4 +91,4 @@ jobs:
9091
with:
9192
name: MultiChatDiscordSrvAddon-${{ env.version }}+${{ github.run_number }}
9293
path: |
93-
dist/target/MultiChatDiscordSrvAddon-*.jar
94+
dist/target/MultiChatDiscordSrvAddon-*.jar

0 commit comments

Comments
 (0)