Skip to content

Commit d483000

Browse files
authored
Merge pull request #36 from codeforIATI/extra_space_on_github_runner
Add workflow_dispatch event to build
2 parents 77d8ad4 + 08627b0 commit d483000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- dev
66
schedule:
77
- cron: '0 1 * * *'
8+
workflow_dispatch:
89
jobs:
910
generate_stats:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)