Skip to content

Commit

Permalink
Add independently triggered option in odl-docker-image and maven-buil…
Browse files Browse the repository at this point in the history
…d workflow
  • Loading branch information
ayushishu committed Dec 4, 2023
1 parent e06d19d commit 944e3c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
branches:
- main

workflow_dispatch:

jobs:
Builder-Docker-Image:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/odl-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
push:
branches:
- '*'

workflow_dispatch:

jobs:
builder-docker-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 944e3c9

Please sign in to comment.