Skip to content

Commit

Permalink
ci: add manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed Jun 26, 2022
1 parent 18b8b50 commit 0a424f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: build

on:
workflow_dispatch:
push:
branches:
- master
schedule:
- cron: '0 0 * * WED'
- cron: '0 0 1 * *'

jobs:
docker:
Expand Down

0 comments on commit 0a424f9

Please sign in to comment.