Skip to content

Commit

Permalink
build: allowed manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Mar 14, 2023
1 parent 883a2eb commit 27512fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
branches: [ "main" ]
env:
DOCKER_IMAGE_NAME: openeo-job-registry-elastic-api
jobs:
Expand Down

0 comments on commit 27512fa

Please sign in to comment.