Skip to content

Commit

Permalink
[Rahul] | Add. Workflow Manual Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Nov 14, 2023
1 parent 8bd1208 commit d33e107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_odoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths-ignore:
- "**.md"

workflow_dispatch:
jobs:
docker-build-publish:
name: Docker Build & Publish Odoo 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_odoo_demoDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
- ".github/workflows/build_publish_odoo_demoDB.yml"
- "package/resources/database/**"
- "package/docker/demoDB/**"

repository_dispatch:
types: ["bahmni-scripts-trigger"]
workflow_dispatch:

jobs:
docker-build-publish:
Expand Down

0 comments on commit d33e107

Please sign in to comment.