Skip to content

Commit d51f142

Browse files
authored
gha: add workflow_dispatch
1 parent 049636c commit d51f142

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
name: 'build'
2+
13
on:
24
push:
35
pull_request:
6+
workflow_dispatch:
47
schedule:
58
- cron: '0 0 * * 0'
69

@@ -51,4 +54,4 @@ jobs:
5154
token: ${{ secrets.GITHUB_TOKEN }}
5255
tag: nightly-x86_64
5356
rm: true
54-
files: msys2-*
57+
files: msys2-*

0 commit comments

Comments
 (0)