Skip to content

Commit

Permalink
gha: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored Sep 3, 2020
1 parent 049636c commit d51f142
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'build'

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

Expand Down Expand Up @@ -51,4 +54,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: nightly-x86_64
rm: true
files: msys2-*
files: msys2-*

0 comments on commit d51f142

Please sign in to comment.