Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lim-deriv committed Sep 17, 2023
1 parent 33b42a6 commit 81d4368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build
run-name: Build
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_schema_flow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update schema flow
run-name: Update schema flow
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
Expand Down

0 comments on commit 81d4368

Please sign in to comment.