Skip to content

Commit

Permalink
Merge pull request #6 from onursumer/workflow-dispatch
Browse files Browse the repository at this point in the history
Add workflow dispatch to enable manual runs
  • Loading branch information
inodb authored Feb 16, 2022
2 parents cf46966 + 5de8772 commit bef1c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cbioportal-frontend-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: cBioPortal Frontend Module Publish
on:
repository_dispatch:
types: [cbioportal-frontend-package-update]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit bef1c20

Please sign in to comment.