Skip to content

Commit

Permalink
adding workflow dispatch to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Jan 14, 2022
1 parent 4f67faa commit 115c58f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-with-model-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Sync with https://github.com/kipoi/models
on:
repository_dispatch:
types: [sync]


workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
buildtestandpush:
Expand Down

0 comments on commit 115c58f

Please sign in to comment.